Skip to content

Commit adcfe94

Browse files
ccojocargcmurphy
authored andcommitted
Fix test for helpers
Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 5ae5266 commit adcfe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var _ = Describe("Helpers", func() {
2020
_, err = ioutil.TempFile(dir, "test*.go")
2121
Expect(err).ShouldNot(HaveOccurred())
2222
})
23-
JustAfterEach(func() {
23+
AfterEach(func() {
2424
err := os.RemoveAll(dir)
2525
Expect(err).ShouldNot(HaveOccurred())
2626
})

0 commit comments

Comments
 (0)