go fmt -w

This commit is contained in:
John Guo
2022-06-16 18:02:51 +08:00
parent 8ac177a6de
commit cbf5ee9649

View File

@ -169,7 +169,7 @@ func Test_Error(t *testing.T) {
t.AssertNil(err)
time.Sleep(time.Second)
_, err = redis.Do(ctx, "PUBLISH", "gf", "test")
t.AssertNil(err)