From ce09955658ff5557dac0c7cd2b778fd97a6b2af6 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sat, 11 Jan 2025 12:43:45 +0100 Subject: [PATCH] Update manifest_test for Ruby 3.4.1 --- test/lib/docs/core/manifest_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/docs/core/manifest_test.rb b/test/lib/docs/core/manifest_test.rb index 60d5ba90..1a06cf28 100644 --- a/test/lib/docs/core/manifest_test.rb +++ b/test/lib/docs/core/manifest_test.rb @@ -64,7 +64,7 @@ class ManifestTest < Minitest::Spec it "includes the doc's meta representation" do json = manifest.as_json assert_equal 1, json.length - assert_equal "{\"name\"=>\"Test\", \"db_size\"=>776533, :attribution=>\"foo\", :alias=>nil}", json[0].to_s + assert_equal "{\"name\" => \"Test\", \"db_size\" => 776533, attribution: \"foo\", alias: nil}", json[0].to_s end end