Skip to content

Commit

Permalink
tests fix: remove disfunctional placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Nov 21, 2024
1 parent c0e103d commit 433226b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_diagnostics/test_diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,10 +0,0 @@
import unittest


class MyTestCase(unittest.TestCase):
def test_something(self):
self.assertEqual(True, False) # add assertion here


if __name__ == "__main__":
unittest.main()

0 comments on commit 433226b

Please sign in to comment.