Skip to content

Commit e919d32

Browse files
author
dcorbacho
committed
Start seshat on test suite
1 parent 9a917d7 commit e919d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ra_log_segment_writer_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ groups() ->
4242
{tests, [], all_tests()}
4343
].
4444

45-
init_per_group(tests, Config) ->
45+
init_per_group(tests, Config) ->
4646
ra_env:configure_logger(logger),
47+
application:ensure_all_started(seshat),
4748
Config.
4849

4950
end_per_group(tests, Config) ->

0 commit comments

Comments
 (0)