tests: fix translated tags test failures.

This commit is contained in:
evazion
2018-11-12 17:50:47 -06:00
parent 8344ad7a9b
commit 8f6c710c6b
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ module Sources
@site = Sources::Strategies.find("https://nijie.info/view.php?id=208316")
assert_includes(@site.tags.map(&:first), "加賀(艦これ)")
assert_includes(@site.translated_tags.map(&:first), "kaga")
assert_includes(@site.translated_tags.map(&:name), "kaga")
end
should "get the commentary" do