From e47c983cfd02fc11ad84b124207bb003e4727130 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 20 Jan 2018 13:25:13 -0600 Subject: [PATCH] tests: fix pawoo tags test. --- test/unit/sources/pawoo_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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