diff options
| -rw-r--r-- | src/supervisor2_tests.erl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/supervisor2_tests.erl b/src/supervisor2_tests.erl index ce5857a3e9..26933cfc4e 100644 --- a/src/supervisor2_tests.erl +++ b/src/supervisor2_tests.erl @@ -32,11 +32,11 @@ test_all() -> terminate_simple_children_without_deadlock_test_() -> lists:flatten( lists:duplicate( - 100,[{setup, fun init_supervisor/0, - {with, [fun ensure_children_are_alive/1, - fun shutdown_and_verify_all_children_died/1]}}, - {setup, fun init_supervisor/0, - {with, [fun shutdown_whilst_interleaving_exits_occur/1]}}])). + 100, [{setup, fun init_supervisor/0, + {with, [fun ensure_children_are_alive/1, + fun shutdown_and_verify_all_children_died/1]}}, + {setup, fun init_supervisor/0, + {with, [fun shutdown_whilst_interleaving_exits_occur/1]}}])). %% %% Public (test facing) API |
