diff options
-rw-r--r-- | test/ws_SUITE.erl | 2 |
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. |