aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/ws_terminate_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/handlers/ws_terminate_h.erl')
-rw-r--r--test/handlers/ws_terminate_h.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/handlers/ws_terminate_h.erl b/test/handlers/ws_terminate_h.erl
index 4621df6..12e6d1a 100644
--- a/test/handlers/ws_terminate_h.erl
+++ b/test/handlers/ws_terminate_h.erl
@@ -31,4 +31,5 @@ websocket_info(_, State) ->
{ok, State}.
terminate(Reason, Req, #state{pid=Pid}) ->
- Pid ! {terminate, Reason, Req}.
+ Pid ! {terminate, Reason, Req},
+ ok.