Skip to content

Commit

Permalink
failing test to verify CI removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Dec 22, 2023
1 parent 8b0dfb6 commit dfc9808
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ 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 dfc9808

Please sign in to comment.