tests: fix pawoo tags test.

This commit is contained in:
evazion
2018-01-20 13:25:13 -06:00
parent c29785268d
commit e47c983cfd

View File

@@ -57,7 +57,7 @@ module Sources
end
should "get the tags" do
assert_equal(%w[baz bar foo], @site.tags.map(&:first))
assert_equal(%w[foo bar baz], @site.tags.map(&:first))
end
should "get the commentary" do