Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kofoworola committed Nov 6, 2023
1 parent 7932fb7 commit cef41a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pumps/graph_mongo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit cef41a4

Please sign in to comment.