Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12 from cloudant/start-couch_log-in-test
Start couch_log in tests
  • Loading branch information
iilyak committed Mar 18, 2019
2 parents af4f976 + 9b4c5d8 commit 7edcb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ioq_config_tests.erl
Expand Up @@ -35,7 +35,7 @@ config_update_test_() ->
"Test config updates",
{
foreach,
fun() -> test_util:start_applications([config, ioq]) end,
fun() -> test_util:start_applications([config, couch_log, ioq]) end,
fun test_util:stop_applications/1,
[
fun t_restart_config_listener/1,
Expand Down

0 comments on commit 7edcb03

Please sign in to comment.