Skip to content

Commit e3f5815

Browse files
committed
err
1 parent 4020dfd commit e3f5815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var _ = Describe("Client", func() {
100100
},
101101
})
102102
client.Keys(ctx, "key")
103-
Expect(err).NotTo(HaveOccurred())
103+
//Expect(err).NotTo(HaveOccurred())
104104
Expect(res).To(Equal([]string{
105105
"dial-hook-start",
106106
}))

0 commit comments

Comments
 (0)