Skip to content

Commit baca215

Browse files
committed
Fixing a test comment typo
1 parent b389ddf commit baca215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_arhp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def simulate_rails_app_active_record_railties
217217
if ActiveRecord.version >= Gem::Version.new('6.0')
218218
# Necessary for testing ActiveRecord 6.0 which uses the connection
219219
# handlers when clearing query caches across all handlers when
220-
# an operation that dirties the cache isinvolved (e.g. create/insert,
220+
# an operation that dirties the cache is involved (e.g. create/insert,
221221
# update, delete/destroy, truncate, etc.)
222222
ActiveRecord::Base.connection_handlers = {
223223
ActiveRecord::Base.writing_role => ActiveRecord::Base.default_connection_handler

0 commit comments

Comments
 (0)