diff --git a/database/gredis/gredis_z_unit_test.go b/database/gredis/gredis_z_unit_test.go index 3e9645121..5537a4c58 100644 --- a/database/gredis/gredis_z_unit_test.go +++ b/database/gredis/gredis_z_unit_test.go @@ -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)