chore: update mongo driver (#3727)

This commit is contained in:
Kevin Wan
2023-11-19 16:35:25 +08:00
committed by GitHub
parent 9c1aa6da3d
commit 2f8cffc699
7 changed files with 3 additions and 112 deletions

View File

@@ -11,8 +11,6 @@ import (
func TestBulkInserter(t *testing.T) {
mt := mtest.New(t, mtest.NewOptions().ClientType(mtest.Mock))
defer mt.Close()
mt.Run("test", func(mt *mtest.T) {
mt.AddMockResponses(mtest.CreateSuccessResponse(bson.D{{Key: "ok", Value: 1}}...))
bulk, err := NewBulkInserter(createModel(mt).Collection)