mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 08:48:01 -05:00
Fix group_by_filter test by adding 2 items
This commit is contained in:
@@ -131,7 +131,7 @@ class TestFilters < Test::Unit::TestCase
|
||||
assert_equal 2, g["items"].size
|
||||
when ""
|
||||
assert g["items"].is_a?(Array), "The list of grouped items for '' is not an Array."
|
||||
assert_equal 6, g["items"].size
|
||||
assert_equal 8, g["items"].size
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user