Skip to content

Commit

Permalink
Ensure temp orb is removed from default path test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed Jul 24, 2018
1 parent 026323f commit 1c600ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/orb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ var _ = Describe("Orb integration tests", func() {

AfterEach(func() {
orb.close()
os.Remove(orb.Path)
})

It("works", func() {
Expand Down

0 comments on commit 1c600ea

Please sign in to comment.