Skip to content

Commit 8c5cc13

Browse files
committed
fix lint
1 parent b3d78ee commit 8c5cc13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/verifier/clustertime_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ func (suite *IntegrationTestSuite) TestGetNewClusterTime() {
1919
Database(suite.DBNameForTest()).
2020
Collection("mycoll").
2121
InsertOne(mongo.NewSessionContext(ctx, sess), bson.D{})
22+
suite.Require().NoError(err)
23+
2224
clusterTimeVal, err := sess.ClusterTime().LookupErr("$clusterTime", "clusterTime")
2325
suite.Require().NoError(err, "should extract cluster time from %+v", sess.ClusterTime())
2426

0 commit comments

Comments
 (0)