From 15c5ddc5a57053b66255355bb53812774f7d52b5 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Tue, 1 Dec 2020 16:14:52 +0100 Subject: [PATCH] Formatting --- locust/test/test_runners.py | 1 + 1 file changed, 1 insertion(+) diff --git a/locust/test/test_runners.py b/locust/test/test_runners.py index 86cd0e8320..4c7690edd0 100644 --- a/locust/test/test_runners.py +++ b/locust/test/test_runners.py @@ -490,6 +490,7 @@ def incr_stats(l): def test_test_stop_event(self): class TestUser(User): wait_time = constant(0.1) + @task def my_task(l): pass