Skip to content

Commit

Permalink
Update test_cmd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 3, 2023
1 parent 9e4a146 commit 44d647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setUpClass(cls):
@unittest.mock.patch('sys.stdout', new_callable=io.StringIO)
def assert_stdout_command_line(self, cmd_args, execute_command, expected_output, mock_stdout):
command_line(
argv=cmd_args,
arguments_lst=cmd_args,
execute_command=execute_command
)
self.assertEqual(mock_stdout.getvalue(), expected_output)
Expand Down

0 comments on commit 44d647e

Please sign in to comment.