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

@@ -9,8 +9,6 @@ import (
func TestClientManger_getClient(t *testing.T) {
mt := mtest.New(t, mtest.NewOptions().ClientType(mtest.Mock))
defer mt.Close()
mt.Run("test", func(mt *mtest.T) {
Inject(mtest.ClusterURI(), mt.Client)
cli, err := getClient(mtest.ClusterURI())