Skip to content

Commit

Permalink
[cleanup] Misc
Browse files Browse the repository at this point in the history
Authored by: Grub4K
  • Loading branch information
Grub4K committed Sep 24, 2023
1 parent de015e9 commit 088add9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2405,5 +2405,6 @@ def run_shell(args):
assert run_shell(['echo', '^!']) == '"^!"\n'
assert run_shell('echo "^!"') == '"^!"\n'


if __name__ == '__main__':
unittest.main()

0 comments on commit 088add9

Please sign in to comment.