Clear dialyzer warnings
This commit is contained in:
parent
fce7cbd2ef
commit
35b6e16590
4 changed files with 6 additions and 5 deletions
|
@ -1116,8 +1116,8 @@ clean_dir_test() ->
|
|||
% Pointless gesture to test coverage
|
||||
RootPath = "../test/ledger",
|
||||
?assertMatch(ok, file:write_file(RootPath ++ "/test.bob", "hello")),
|
||||
?assertMatch(ok, clean_subdir(RootPath ++ "/test.bob")),
|
||||
?assertMatch(ok, file:delete(RootPath ++ "/test.bob")).
|
||||
ok = clean_subdir(RootPath ++ "/test.bob"),
|
||||
ok = file:delete(RootPath ++ "/test.bob").
|
||||
|
||||
simple_server_test() ->
|
||||
RootPath = "../test/ledger",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue