Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cache_write_multi_test to support normalized_hash in Rails edge (#…
…153) Thanks to rails/rails#52723, the instrumentations for Active Support cache always provides `key` with String keys. So, I changed tests to always convert `key`'s keys symbols to always assert the same way between multiple Rails versions.
- Loading branch information