Set the names for the codecov uploads
[kconfig-hardened-check.git] / kconfig_hardened_check / test_engine.py
index ca6698f12a181bcaf511311fe84658330023950d..951ac4775bf68dc6e8c2771ada2718a5b58604a5 100644 (file)
@@ -19,4 +19,3 @@ class TestEngine(unittest.TestCase):
 
     def test_isupper(self):
         self.assertTrue('FOO'.isupper())
-        self.assertTrue('Foo'.isupper())