Skip to content

Commit

Permalink
AFC: fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
matan1008 committed Dec 21, 2021
1 parent b6ed43a commit 0751925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/test_afc_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from pymobiledevice3.services.afc import AfcShell

SINGLE_PARAM_COMMANDS = ['edit', 'cd', 'ls', 'walk', 'cat', 'rm', 'head', 'hexdump', 'stat']
SINGLE_PARAM_COMMANDS = ['edit', 'cd', 'walk', 'cat', 'rm', 'head', 'hexdump', 'stat']


class AfcShellTester(ExternalTestMixin, AfcShell):
Expand Down

0 comments on commit 0751925

Please sign in to comment.