瀏覽代碼

Update manifest_test for Ruby 3.4.1

Simon Legner 11 月之前
父節點
當前提交
ce09955658
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/lib/docs/core/manifest_test.rb

+ 1 - 1
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