Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 164af8c

Browse files
authored
Merge pull request #493 from ChrisHines/fs-test-cleanup
Cleanup temp dir in TestIsEmpty.
2 parents 2bb2f36 + 98f7a71 commit 164af8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ func TestIsEmpty(t *testing.T) {
190190
}
191191

192192
h := test.NewHelper(t)
193+
defer h.Cleanup()
194+
193195
h.TempDir("empty")
194196
tests := map[string]string{
195197
wd: "true",

0 commit comments

Comments
 (0)