Fix Archiver test: Clean up temp files
This commit is contained in:
parent
30ff7413be
commit
89a5152f7d
1 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,11 @@ func testArchiverDuplication(t *testing.T) {
|
|||
close(done)
|
||||
|
||||
wg.Wait()
|
||||
|
||||
err = repo.Flush()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestArchiverDuplication(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue