Skip to content

Commit

Permalink
Merge pull request #9285 from oturpe/ruby-3.2-fix-for-4.3.-stable
Browse files Browse the repository at this point in the history
Backport #9237 to 4.3-stable "test: use hash explicitly for Struct initializer for ruby 3.2"
  • Loading branch information
mattr- committed Dec 27, 2023
2 parents a6b1800 + 9ff6eb7 commit fb364ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_filters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def to_liquid
{
"name" => name,
:v => 1,
:thing => M.new(:kay => "jewelers"),
:thing => M.new({:kay => "jewelers"}),
:stuff => true,
}
end
Expand Down

0 comments on commit fb364ba

Please sign in to comment.