Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Aug 16, 2024
1 parent 2588429 commit 2cb5b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cliCmdReport.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_report(self):
input="no",
)

self.assertEqual(result.exit_code, 0, clickResultMsg(result_v2_full))
self.assertEqual(result_v2_full.exit_code, 0, clickResultMsg(result_v2_full))
# Check the "brief" output that prints to the terminal first:
# Check that we get string output
self.assertIsInstance(result_v2_full.stdout, str)
Expand Down

0 comments on commit 2cb5b3a

Please sign in to comment.