From: Alexander Popov Date: Fri, 10 Mar 2023 21:09:38 +0000 (+0300) Subject: Don't fail the unit-test template X-Git-Tag: v0.6.6~214 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=53f1fc788c9d4256378e9fc564a766c05ed909cd;p=kconfig-hardened-check.git Don't fail the unit-test template That will allow the CI workflow to continue --- diff --git a/kconfig_hardened_check/test_engine.py b/kconfig_hardened_check/test_engine.py index ca6698f..951ac47 100644 --- a/kconfig_hardened_check/test_engine.py +++ b/kconfig_hardened_check/test_engine.py @@ -19,4 +19,3 @@ class TestEngine(unittest.TestCase): def test_isupper(self): self.assertTrue('FOO'.isupper()) - self.assertTrue('Foo'.isupper())