Skip to content

Commit

Permalink
Add test for be sure to have the / (os.sep) on Target directory summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Hierosme committed Sep 23, 2024
1 parent ae73795 commit 788f25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ImageGoNordCLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_print_summary(self):
f'\t{self.images_directory}/test-valley-ai.jpg\n'
f'\t{self.images_directory}/sh.png\n'
f'\t{self.images_directory}/valley.jpg\n'
f'Target directory: {os.getcwd()}\n'
f'Target directory: {os.getcwd()}{os.sep}\n'
f'================================================================================\n'
)
self.cli.print_summary()
Expand Down

0 comments on commit 788f25c

Please sign in to comment.