Skip to content

Commit

Permalink
failing test to verify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Dec 21, 2023
1 parent 58fea9b commit f3593e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f3593e2

Please sign in to comment.