Skip to content

Commit f61257d

Browse files
committed
tests: core: fix error when logging
1 parent 2c222d0 commit f61257d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

safeeyes/tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def test_start(self, sequential_threading: SequentialThreadingFixture):
299299
"short_break_duration": 15,
300300
"random_order": False,
301301
"postpone_duration": 5,
302+
"pre_break_warning_time": 10, # seconds
302303
},
303304
system_config={},
304305
)

0 commit comments

Comments
 (0)