Skip to content

Commit 2821c41

Browse files
committed
fail shots persist_enable test due to incorrect behavior for false value in configuration
1 parent 933434c commit 2821c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpf/tests/test_Shots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def test_persist_enable(self):
10571057
test_mode.start()
10581058

10591059
# 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
1060+
self.assertFalse(shot_pe_test_property_disabled.enabled) #TODO this is failing
10611061
self.assertTrue(shot_pe_test_default.enabled)
10621062
self.assertTrue(shot_pe_test_property_enabled.enabled)
10631063
self.assertTrue(shot_pe_test_property_enabled_default_enabled.enabled)

0 commit comments

Comments
 (0)