Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 7, 2023
1 parent 83f375b commit 11b9f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/mysql/test/helpers/mysql_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

describe 'when operation and database_name are present' do
it 'returns a combination of the operation and database_name' do
assert_equal(db_operation_and_name, "operation database_name")
assert_equal(db_operation_and_name, 'operation database_name')
end
end

Expand Down

0 comments on commit 11b9f21

Please sign in to comment.