Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmarx12345678 committed Sep 4, 2015
1 parent 221f01b commit 858b1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algolia/algolia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _ = Describe("Algolia", func() {

It("Delete object that doesn't exist", func() {
obj := new(Example)
err := idx.GetObject(random.Base64(10)).Scan(obj)
err := idx.DeleteObject(random.Base64(10)).Scan(obj)
Expect(err).To(HaveOccurred())
})

Expand Down

0 comments on commit 858b1cb

Please sign in to comment.