twitter: fix tests.

This commit is contained in:
evazion
2018-04-28 12:33:05 -05:00
parent 6b4a345378
commit 4fd4cbd2a6

View File

@@ -110,7 +110,7 @@ module Sources
end
should "get the artist name" do
assert_equal("Noun Project", @site.artist_name)
assert_equal("nounproject", @site.artist_name)
end
should "get the image url" do
@@ -140,7 +140,7 @@ module Sources
end
should "get the artist name" do
assert_equal("Noun Project", @site.artist_name)
assert_equal("nounproject", @site.artist_name)
end
should "get the image url" do