Skip to content

Commit

Permalink
Go: ZScore - fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateek-kumar-improving committed Jan 13, 2025
1 parent f3fd735 commit 9c16f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/integTest/shared_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4926,6 +4926,5 @@ func (suite *GlideTestSuite) Test_ZScore() {
_, err = client.ZScore(key2, "one")
assert.NotNil(t, err)
assert.IsType(t, &api.RequestError{}, err)

})
}

0 comments on commit 9c16f5c

Please sign in to comment.