Skip to content

Commit

Permalink
update SQL aggregate test
Browse files Browse the repository at this point in the history
  • Loading branch information
sredny buitrago authored and sredny buitrago committed Nov 21, 2024
1 parent 1b36031 commit 913eb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumps/sql_aggregate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func TestDecodeRequestAndDecodeResponseSQLAggregate(t *testing.T) {
assert.False(t, newPump.GetDecodedResponse())
}

func TestEnsureIndex(t *testing.T) {
func TestEnsureIndexSQLAggregate(t *testing.T) {
//nolint:govet
tcs := []struct {
testName string
Expand Down Expand Up @@ -454,7 +454,7 @@ func TestEnsureIndex(t *testing.T) {

return pmp
},
givenTableName: "test2",
givenTableName: "shard1",
givenRunInBackground: true,
expectedErr: nil,
shouldHaveIndex: true,
Expand Down

0 comments on commit 913eb63

Please sign in to comment.