aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-16 16:50:33 +0200
committerLoïc Hoguin <[email protected]>2015-08-16 16:50:33 +0200
commitfa4ffde890f00e211aa1c63b176856de2f2bc941 (patch)
tree4ceb56c8ddce29a2931c03ba8a7919949d5c4750
parentcafd77e72ad186319a02fb319362acccd336f667 (diff)
downloadgun-fa4ffde890f00e211aa1c63b176856de2f2bc941.tar.gz
gun-fa4ffde890f00e211aa1c63b176856de2f2bc941.tar.bz2
gun-fa4ffde890f00e211aa1c63b176856de2f2bc941.zip
Fix a harmless typo in a test
-rw-r--r--test/ws_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index ce2c303..9b70bdf 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -40,7 +40,7 @@ init_per_group(autobahn, Config) ->
end.
end_per_group(_, _) ->
- oK.
+ ok.
%% Tests.