Skip to content

Commit

Permalink
feat: intentionally failing a test case to check CI!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Mar 12, 2024
1 parent 830691e commit 111a243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class TestSample(TestCase):
def test_sample(self):
self.assertEqual(True, True)
self.assertEqual(True, False)

0 comments on commit 111a243

Please sign in to comment.