Skip to content

Commit ce09955

Browse files
committed
Update manifest_test for Ruby 3.4.1
1 parent a4067b6 commit ce09955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/docs/core/manifest_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ManifestTest < Minitest::Spec
6464
it "includes the doc's meta representation" do
6565
json = manifest.as_json
6666
assert_equal 1, json.length
67-
assert_equal "{\"name\"=>\"Test\", \"db_size\"=>776533, :attribution=>\"foo\", :alias=>nil}", json[0].to_s
67+
assert_equal "{\"name\" => \"Test\", \"db_size\" => 776533, attribution: \"foo\", alias: nil}", json[0].to_s
6868
end
6969
end
7070

0 commit comments

Comments
 (0)