diff options
Diffstat (limited to 'test/mysqlerl_app_SUITE.erl')
-rw-r--r-- | test/mysqlerl_app_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mysqlerl_app_SUITE.erl b/test/mysqlerl_app_SUITE.erl index 9ea4b76..706b132 100644 --- a/test/mysqlerl_app_SUITE.erl +++ b/test/mysqlerl_app_SUITE.erl @@ -105,7 +105,7 @@ groups() -> %% Reason = term() %% @end %%-------------------------------------------------------------------- -all() -> +all() -> [app_starts, app_stops]. %%-------------------------------------------------------------------- |