Change debug_enabled to False

This commit is contained in:
James Fitzgerald 2022-07-09 11:33:02 -04:00 committed by xs5871
parent ca719faa29
commit 688c2f0572

View File

@ -36,7 +36,7 @@ class TestStringSubstitution(unittest.TestCase):
KC.RALT,
],
],
debug_enabled=True,
debug_enabled=False,
)
return super().setUp()