Skip to content

Commit

Permalink
SIRE-9538 fix spec tests // rubocop
Browse files Browse the repository at this point in the history
Reviewed-by: muspelkat, beilers
  • Loading branch information
Henning-B committed Jun 20, 2023
1 parent 9fd6a2e commit c31b4bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/acceptance/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
end
major_version = fact('mongodb_version').split('.')[0].to_i
mongo_cli = if major_version >= 5
'mongosh'
else
'mongo'
end
'mongosh'
else
'mongo'
end

describe 'installation' do
it 'works with no errors' do
Expand Down

0 comments on commit c31b4bb

Please sign in to comment.