Skip to content

Commit 6731a59

Browse files
committed
lint
1 parent 0ac317f commit 6731a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/verifier/migration_verifier_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,12 +1302,13 @@ func (suite *IntegrationTestSuite) TestMetadataMismatchAndPartitioning() {
13021302
suite.Require().NoError(err)
13031303
}
13041304

1305-
srcColl.Indexes().CreateOne(
1305+
_, err := srcColl.Indexes().CreateOne(
13061306
ctx,
13071307
mongo.IndexModel{
13081308
Keys: bson.D{{"foo", 1}},
13091309
},
13101310
)
1311+
suite.Require().NoError(err)
13111312

13121313
runner := RunVerifierCheck(ctx, suite.T(), verifier)
13131314
runner.AwaitGenerationEnd()

0 commit comments

Comments
 (0)