Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 22, 2023
1 parent aed4849 commit d2063ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperformance/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run_pyperformance(self, cmd, *args,
onfail=None,
verbose=verbose,
)
if exitcode is True:
if exitcode == True:
self.assertGreater(ec, 0, repr(stdout))
else:
self.assertEqual(ec, exitcode, repr(stdout))
Expand Down

0 comments on commit d2063ba

Please sign in to comment.