We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933434c commit 2821c41Copy full SHA for 2821c41
1 file changed
mpf/tests/test_Shots.py
@@ -1057,7 +1057,7 @@ def test_persist_enable(self):
1057
test_mode.start()
1058
1059
# Default and true should preserve the enable, false should start false again
1060
- # self.assertFalse(shot_pe_test_property_disabled.enabled) #TODO this is failing
+ self.assertFalse(shot_pe_test_property_disabled.enabled) #TODO this is failing
1061
self.assertTrue(shot_pe_test_default.enabled)
1062
self.assertTrue(shot_pe_test_property_enabled.enabled)
1063
self.assertTrue(shot_pe_test_property_enabled_default_enabled.enabled)
0 commit comments