Whitespace
This commit is contained in:
parent
f32973b044
commit
564b87a78a
1 changed files with 3 additions and 3 deletions
|
@ -344,7 +344,7 @@ hash_stat_should_report_on_success(_Config) ->
|
|||
1 = proplists:get_value(nkeys, Stat1),
|
||||
1 = proplists:get_value(ndata, Stat1),
|
||||
done.
|
||||
|
||||
|
||||
stat_should_fail_on_bad_dbref(_Config) ->
|
||||
{error, invalid_db} = bdberl:stat(10000000, []),
|
||||
done.
|
||||
|
@ -384,7 +384,7 @@ data_dirs_info_should_report_on_success(_Config) ->
|
|||
|
||||
lg_dir_info_should_report_on_success(_Config) ->
|
||||
{ok, _LgDir, _Fsid, _MBytesAvail} = bdberl:get_lg_dir_info().
|
||||
|
||||
|
||||
%% Check the bdberl_logger gets reinstalled after stopping
|
||||
start_after_stop_should_be_safe(_Config) ->
|
||||
|
||||
|
@ -413,5 +413,5 @@ start_after_stop_should_be_safe(_Config) ->
|
|||
end,
|
||||
true = lists:keymember(bdberl_logger, 1, supervisor:which_children(kernel_safe_sup)),
|
||||
ok.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue