Improve test clean-up
Remove file created in a test
This commit is contained in:
parent
45c10613e7
commit
392830c839
1 changed files with 3 additions and 1 deletions
|
@ -1398,5 +1398,7 @@ big_iterator_test() ->
|
|||
{o, "Bucket9999", "Key9999"},
|
||||
32),
|
||||
NumFoundKeys2 = length(Result2),
|
||||
?assertMatch(NumFoundKeys2, 32 * 128).
|
||||
?assertMatch(NumFoundKeys2, 32 * 128),
|
||||
ok = file:close(Handle),
|
||||
ok = file:delete(Filename).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue