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 81433fe..284d571 100644 --- a/test/ws_SUITE.erl +++ b/test/ws_SUITE.erl @@ -22,7 +22,7 @@ %% ct. all() -> - [{group, autobahn}, {group, ws}]. + [{group, ws}, {group, autobahn}]. groups() -> BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient], |