Skip to content

Commit

Permalink
test: use hash explicitly for Struct initializer for ruby 3.2 (#9237)
Browse files Browse the repository at this point in the history
Merge pull request 9237
  • Loading branch information
mtasaka authored and oturpe committed Jan 30, 2023
1 parent 3874e12 commit 9ff6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_filters.rb
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 9ff6eb7

Please sign in to comment.