Skip to content

Commit

Permalink
Fix review comment
Browse files Browse the repository at this point in the history
Signed-off-by: EdricCua <[email protected]>
  • Loading branch information
EdricCua committed Jan 31, 2025
1 parent 86cc185 commit 4675569
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions go/integTest/cluster_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,6 @@ func (suite *GlideTestSuite) TestDBSizeRandomRoute() {
assert.Greater(suite.T(), result, int64(0))
}

func (suite *GlideTestSuite) TestDBSizeRandomRoute() {
client := suite.defaultClusterClient()
route := config.Route(config.RandomRoute)
options := options.RouteOption{Route: route}
result, err := client.DBSizeWithOptions(options)
assert.NoError(suite.T(), err)
assert.NotNil(suite.T(), result)
assert.NotEmpty(suite.T(), result)
assert.Greater(suite.T(), result, int64(0))
}

func (suite *GlideTestSuite) TestEchoCluster() {
client := suite.defaultClusterClient()
t := suite.T()
Expand Down

0 comments on commit 4675569

Please sign in to comment.