Skip to content

Commit

Permalink
Unit tests run properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Jun 27, 2024
1 parent 762827c commit a59aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/integ_test_cli_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_cat_user_set_variation(self):
self.cli.context.current_variation = "test"
self.cli.context.current_run = 600
self.cli.process_command_line("cat /test/test_vars/test_table")
self.assertIn("6.1", self.output.getvalue())
self.assertIn("6.0", self.output.getvalue())


def test_cat_not_abs_path(self):
Expand Down

0 comments on commit a59aaa5

Please sign in to comment.