Skip to content

Commit

Permalink
that worked
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Mar 5, 2024
1 parent 988c822 commit d79af01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ def test_expand_failed_to_terminate(self):

def test_garbage_command(self):
"""Non-existent command line commands should cause Hancho to fail the build."""
#self.assertNotEqual(0, run_hancho("garbage_command"))
self.assertEqual(0, run_hancho("garbage_command"))
self.assertNotEqual(0, run_hancho("garbage_command"))

def test_always_rebuild_if_no_inputs(self):
"""A rule with no inputs should always rebuild"""
Expand Down

0 comments on commit d79af01

Please sign in to comment.