Commit ec5b1fb
Fix CI for Ruby 3.4
In Ruby 3.4, Hash#inspect rendering have been changed:
https://bugs.ruby-lang.org/issues/20433
Some tests depend on the way hashes are serialized, so instead of
hardcoding them, ask the test suite to do it for us and use that to
assert the right value is passed around in tests.1 parent e207154 commit ec5b1fb
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
602 | 602 | | |
603 | 603 | | |
604 | 604 | | |
| |||
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
685 | | - | |
| 685 | + | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
0 commit comments