Skip to content

Commit 012d30b

Browse files
author
iwysiu
committed
test name change
1 parent b384f84 commit 012d30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/gridfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestGridFS(x *testing.T) {
4747
findIndex(findCtx, mt, mt.DB.Collection("fs.chunks"), true, "key", "files_id")
4848
})
4949
// should not create a new index if index is numerically the same
50-
mt.Run("numericallyEqualIndexes", func(mt *mtest.T) {
50+
mt.Run("indexes not created if equivalent indexes exist", func(mt *mtest.T) {
5151
// add indexes with floats to collections manually
5252
res := mt.DB.RunCommand(context.Background(),
5353
bson.D{

0 commit comments

Comments
 (0)