Clear dialyzer warnings
This commit is contained in:
parent
fce7cbd2ef
commit
35b6e16590
4 changed files with 6 additions and 5 deletions
|
@ -1405,7 +1405,7 @@ foldobjects_vs_hashtree_test() ->
|
|||
longrunning_test() ->
|
||||
SW = os:timestamp(),
|
||||
timer:sleep(100),
|
||||
?assertMatch(ok, maybe_longrunning(SW, put)).
|
||||
ok = maybe_longrunning(SW, put).
|
||||
|
||||
coverage_cheat_test() ->
|
||||
{noreply, _State0} = handle_info(timeout, #state{}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue