test: use hash explicitly for Struct initializer for ruby 3.2 (#9237)

Merge pull request 9237
This commit is contained in:
Mamoru TASAKA 2022-12-29 16:23:36 +09:00 committed by GitHub
parent 0951a4653d
commit 249101aea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ class TestFilters < JekyllUnitTest
{
"name" => name,
:v => 1,
:thing => M.new(:kay => "jewelers"),
:thing => M.new({:kay => "jewelers"}),
:stuff => true,
}
end