Skip to content

Commit

Permalink
check another method to fail the test Try #5
Browse files Browse the repository at this point in the history
  • Loading branch information
BazookaJoe1900 committed Feb 22, 2020
1 parent 1b05dac commit 832b061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/HIL/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_hardware(self):
else:
print("some run_test.py Tests failed"); #TODO: show which test pass or failed

assertTrue(success)
self.assertTrue(success)

return success

Expand Down

0 comments on commit 832b061

Please sign in to comment.