Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jul 23, 2024
1 parent c2ab69a commit 5256d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Comment < ActiveRecord::Base; end
username: db_config['username'],
password: db_config['password'],
database: db_config['database'],
ssl_mode: "required"
ssl_mode: 'required'
)
end

Expand All @@ -90,7 +90,7 @@ class Comment < ActiveRecord::Base; end
host: db_config['hostname'],
password: db_config['password'],
database: db_config['database'],
ssl_mode: "required"
ssl_mode: 'required'
)
end

Expand Down

0 comments on commit 5256d40

Please sign in to comment.