diff --git a/pumps/graph_mongo_test.go b/pumps/graph_mongo_test.go index b258325a0..376e826a8 100644 --- a/pumps/graph_mongo_test.go +++ b/pumps/graph_mongo_test.go @@ -47,7 +47,7 @@ func TestGraphMongoPump_WriteData(t *testing.T) { HasErrors: false, OperationType: analytics.OperationQuery, } - for i, _ := range records { + for i := range records { record := sampleRecord record.GraphQLStats = stats if i == 0 { @@ -114,7 +114,7 @@ func TestGraphMongoPump_WriteData(t *testing.T) { HasErrors: false, OperationType: analytics.OperationQuery, } - for i, _ := range records { + for i := range records { record := sampleRecord record.GraphQLStats = stats if i == 1 {