summaryrefslogtreecommitdiff
path: root/tests/triggers/test_combining.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/triggers/test_combining.py')
-rw-r--r--tests/triggers/test_combining.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/triggers/test_combining.py b/tests/triggers/test_combining.py
index 942bf49..8be7387 100644
--- a/tests/triggers/test_combining.py
+++ b/tests/triggers/test_combining.py
@@ -57,8 +57,9 @@ class TestAndTrigger:
assert repr(trigger) == (
"AndTrigger([IntervalTrigger(seconds=4, "
- "start_time='2020-05-16 14:17:30.254212+02:00'), IntervalTrigger(seconds=4, "
- "start_time='2020-05-16 14:17:32.254212+02:00')], threshold=1.0, max_iterations=10000)"
+ "start_time='2020-05-16 14:17:30.254212+02:00'), IntervalTrigger("
+ "seconds=4, start_time='2020-05-16 14:17:32.254212+02:00')], "
+ "threshold=1.0, max_iterations=10000)"
)