Improve test clean-up

Remove file created in a test
This commit is contained in:
martinsumner 2016-07-12 19:44:16 +01:00
parent 45c10613e7
commit 392830c839

View file

@ -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).