From 433226b395a01641b776af920a6fffc8ded3e0d6 Mon Sep 17 00:00:00 2001 From: Valentin Pratz Date: Thu, 21 Nov 2024 09:31:23 +0000 Subject: [PATCH] tests fix: remove disfunctional placeholder --- tests/test_diagnostics/test_diagnostics.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/test_diagnostics/test_diagnostics.py b/tests/test_diagnostics/test_diagnostics.py index 34821eff2..e69de29bb 100644 --- a/tests/test_diagnostics/test_diagnostics.py +++ b/tests/test_diagnostics/test_diagnostics.py @@ -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()