From 9c16f5c495e2633108245d9766ce91d63dc65222 Mon Sep 17 00:00:00 2001 From: Prateek Kumar Date: Mon, 13 Jan 2025 09:15:25 -0800 Subject: [PATCH] Go: ZScore - fix formatting Signed-off-by: Prateek Kumar --- go/integTest/shared_commands_test.go | 1 - 1 file changed, 1 deletion(-) 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) - }) }