diff --git a/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py b/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py index 7248f54..0f66d6d 100644 --- a/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py +++ b/integration_tests/pycrunch_integration_tests/pycrunch_engine_int_test.py @@ -182,6 +182,8 @@ class TestProblem(TestCase): def setUp(self): self.state = EngineState() + def test_failing_test(self): + assert 1 == 2 def test_initial_state(self): assert self.state.status == 'initial'