Skip to content

Commit

Permalink
Fix test compilation after conflict
Browse files Browse the repository at this point in the history
[#138265057]
  • Loading branch information
tscolari committed Jan 30, 2017
1 parent 924ab02 commit 4cb1981
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions store/configurer_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ var _ = Describe("Configurer", func() {
})

It("creates tmp files into TMPDIR inside storePath", func() {

Expect(store.ConfigureStore(logger, storePath, "random-id")).To(Succeed())
Expect(store.ConfigureStore(logger, storePath, currentUID, currentGID, "random-id")).To(Succeed())
file, _ := ioutil.TempFile("", "")
Expect(filepath.Join(storePath, store.TEMP_DIR_NAME, filepath.Base(file.Name()))).To(BeAnExistingFile())

Expand Down

0 comments on commit 4cb1981

Please sign in to comment.