Skip to content

Commit 61c5be8

Browse files
committed
mv src/ws_test.erl test/
1 parent 09c1cdd commit 61c5be8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ws_test.erl renamed to test/ws_test.erl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
2-
31
-module(ws_test).
42

53
-export([start/0]).
64

75

8-
start() ->
6+
start() ->
97
_ = application:start(crypto),
108
_ = application:start(public_key),
119
_ = application:start(ssl),
12-
10+
1311
WsConfig = [{handler, elli_example_websocket}],
1412

1513
Config = [{mods, [{elli_example_websocket, WsConfig}]}],

0 commit comments

Comments
 (0)