Skip to content

Commit 1324c47

Browse files
committed
update min server version
1 parent 27f8fbe commit 1324c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/integration/collection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ func TestCollection(t *testing.T) {
18641864
}
18651865

18661866
func TestBypassEmptyTsReplacement(t *testing.T) {
1867-
mt := mtest.New(t, mtest.NewOptions().CreateClient(false))
1867+
mt := mtest.New(t, mtest.NewOptions().CreateClient(false).MinServerVersion("5.0"))
18681868

18691869
marshalValue := func(val interface{}) bson.RawValue {
18701870
t.Helper()

0 commit comments

Comments
 (0)