Skip to content

Commit 198e46e

Browse files
Fix versioned API examples (#2518)
1 parent ea7dc44 commit 198e46e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/integration/versioned_api_examples_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# See also RUBY-2922 for count in versioned api v1.
7272
context 'servers that exclude count from versioned api' do
73-
max_server_version '5.2'
73+
max_server_version '5.0.8'
7474

7575
it "Versioned API Strict Migration Example" do
7676
client = Mongo::Client.new(uri_string, server_api: {version: "1", strict: true})

0 commit comments

Comments
 (0)