mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Fix race
This commit is contained in:
@ -86,7 +86,7 @@ var _ = Describe("Cmd", func() {
|
||||
Expect(tm2).To(BeTemporally("==", tm))
|
||||
})
|
||||
|
||||
It("allow to set custom error", func() {
|
||||
It("allows to set custom error", func() {
|
||||
e := errors.New("custom error")
|
||||
cmd := redis.Cmd{}
|
||||
cmd.SetErr(e)
|
||||
|
Reference in New Issue
Block a user