Skip to content

Commit 9967bef

Browse files
committed
Fix manifest_test.rb
1 parent 1da0de9 commit 9967bef

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)