diff --git a/go/integTest/shared_commands_test.go b/go/integTest/shared_commands_test.go index 3bc8a46d8e..1987cf2770 100644 --- a/go/integTest/shared_commands_test.go +++ b/go/integTest/shared_commands_test.go @@ -4926,6 +4926,5 @@ func (suite *GlideTestSuite) Test_ZScore() { _, err = client.ZScore(key2, "one") assert.NotNil(t, err) assert.IsType(t, &api.RequestError{}, err) - }) }