diff --git a/test/unit/sources/pawoo_test.rb b/test/unit/sources/pawoo_test.rb index bfa34a3cd..117f0ffe1 100644 --- a/test/unit/sources/pawoo_test.rb +++ b/test/unit/sources/pawoo_test.rb @@ -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