Skip to content

Commit

Permalink
Update spec/atlas/atlas_connectivity_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Rybakov <dmitry.rybakov@mongodb.com>
  • Loading branch information
jamis and comandeo-mongo authored Jan 25, 2024
1 parent 8f635ef commit 83c429c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/atlas/atlas_connectivity_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

describe 'connection to Atlas' do
it 'runs ismaster successfully' do
expect { client.database.command(:ismaster => 1) }
expect { client.database.command(:hello => 1) }
.not_to raise_error
end

Expand Down

0 comments on commit 83c429c

Please sign in to comment.