We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da0de9 commit 9967befCopy full SHA for 9967bef
1 file changed
test/lib/docs/core/manifest_test.rb
@@ -64,7 +64,7 @@ class ManifestTest < Minitest::Spec
64
it "includes the doc's meta representation" do
65
json = manifest.as_json
66
assert_equal 1, json.length
67
- 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
68
end
69
70
0 commit comments