test: use hash explicitly for Struct initializer for ruby 3.2 (#9237)
Merge pull request 9237
This commit is contained in:
parent
0951a4653d
commit
249101aea6
|
@ -718,7 +718,7 @@ class TestFilters < JekyllUnitTest
|
|||
{
|
||||
"name" => name,
|
||||
:v => 1,
|
||||
:thing => M.new(:kay => "jewelers"),
|
||||
:thing => M.new({:kay => "jewelers"}),
|
||||
:stuff => true,
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue