summaryrefslogtreecommitdiff
path: root/src/supervisor2_tests.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/supervisor2_tests.erl')
-rw-r--r--src/supervisor2_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2_tests.erl b/src/supervisor2_tests.erl
index f19a53e6..518f11b7 100644
--- a/src/supervisor2_tests.erl
+++ b/src/supervisor2_tests.erl
@@ -65,6 +65,6 @@ init([Timeout]) ->
[{local, ?MODULE}, ?MODULE, []]},
transient, Timeout, supervisor, [?MODULE]}]}};
init([]) ->
- {ok, {{simple_one_for_one_terminate, 0, 1},
+ {ok, {{simple_one_for_one, 0, 1},
[{test_worker, {?MODULE, start_link, []},
temporary, 1000, worker, [?MODULE]}]}}.