Skip to content

Commit b5a170a

Browse files
committed
Update migration_verifier_test.go
1 parent 759a9bc commit b5a170a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/verifier/migration_verifier_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ package verifier
99
import (
1010
"context"
1111
"fmt"
12-
"github.com/rs/zerolog/log"
13-
"golang.org/x/sync/errgroup"
1412
"math/rand"
1513
"regexp"
1614
"sort"
@@ -22,13 +20,15 @@ import (
2220
"github.com/10gen/migration-verifier/internal/testutil"
2321
"github.com/cespare/permute/v2"
2422
"github.com/rs/zerolog"
23+
"github.com/rs/zerolog/log"
2524
"github.com/stretchr/testify/assert"
2625
"github.com/stretchr/testify/require"
2726
"github.com/stretchr/testify/suite"
2827
"go.mongodb.org/mongo-driver/bson"
2928
"go.mongodb.org/mongo-driver/bson/primitive"
3029
"go.mongodb.org/mongo-driver/mongo"
3130
"go.mongodb.org/mongo-driver/mongo/options"
31+
"golang.org/x/sync/errgroup"
3232
)
3333

3434
var macArmMongoVersions []string = []string{

0 commit comments

Comments
 (0)