diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mysqlerl_SUITE.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/mysqlerl_SUITE.erl b/test/mysqlerl_SUITE.erl index f6ed29c..68bd8d6 100644 --- a/test/mysqlerl_SUITE.erl +++ b/test/mysqlerl_SUITE.erl @@ -181,12 +181,6 @@ all() -> %% Comment = term() %% @end %%-------------------------------------------------------------------- -app_starts(_Config) -> - ok = application:start(mysqlerl). - -app_stops(_Config) -> - ok = application:start(mysqlerl). - describe_table(Config) -> io:format("describe_table ~p", [Config]), {ok, Description} = mysqlerl:describe_table(?config(db_ref, Config), |