Skip to content

Commit

Permalink
fix icon for test
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Nov 17, 2024
1 parent 9f8ecda commit 63eded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pyshortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_shortcut():
if platform.startswith('darwin'):
iext = 'icns'

icon = f"%{icon}.{iext}"
icon = f"{icon}.{iext}"
scut = make_shortcut(script, name='Timer', icon=icon, folder=folders.desktop)
assert isinstance(scut, Shortcut) # , 'it returns a shortcut instance'

Expand Down

0 comments on commit 63eded1

Please sign in to comment.