We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f8fbe commit 1324c47Copy full SHA for 1324c47
mongo/integration/collection_test.go
@@ -1864,7 +1864,7 @@ func TestCollection(t *testing.T) {
1864
}
1865
1866
func TestBypassEmptyTsReplacement(t *testing.T) {
1867
- mt := mtest.New(t, mtest.NewOptions().CreateClient(false))
+ mt := mtest.New(t, mtest.NewOptions().CreateClient(false).MinServerVersion("5.0"))
1868
1869
marshalValue := func(val interface{}) bson.RawValue {
1870
t.Helper()
0 commit comments