From fa4ffde890f00e211aa1c63b176856de2f2bc941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 16 Aug 2015 16:50:33 +0200 Subject: Fix a harmless typo in a test --- test/ws_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3