Update filemonitor_self_unit_test.py

This commit is contained in:
David Maisonave
2024-08-28 03:54:49 -04:00
parent 9b8c27b589
commit 3b8d4b6bf0

View File

@@ -41,5 +41,5 @@ self_unit_test = {
], ],
# MUST ToDo: Always set selfUnitTest to False before checking in this code!!! # MUST ToDo: Always set selfUnitTest to False before checking in this code!!!
"selfUnitTest_repeat" : False , # Enable to turn on self unit test. "selfUnitTest_repeat" : False , # Enable to turn on self unit test.
"selfUnitTest_set_time" : True , # Enable to turn on self unit test. "selfUnitTest_set_time" : False , # Enable to turn on self unit test.
} }