X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Frhynodge%2Ffilters%2Fcomics%2FSaturdayMorningBreakfastCerealComicFilterTest.java;h=947ef1524fde8c6864ed1b370c36d844e9124571;hb=a2d7a52e25115b9ab73ae7fac71e5ff4380c2b76;hp=25e4e283b74015b491ef4a51048b950dcfba025f;hpb=ba6b32ab058b779132c17929bcb9452905a4cd05;p=rhynodge.git diff --git a/src/test/java/net/pterodactylus/rhynodge/filters/comics/SaturdayMorningBreakfastCerealComicFilterTest.java b/src/test/java/net/pterodactylus/rhynodge/filters/comics/SaturdayMorningBreakfastCerealComicFilterTest.java index 25e4e28..947ef15 100644 --- a/src/test/java/net/pterodactylus/rhynodge/filters/comics/SaturdayMorningBreakfastCerealComicFilterTest.java +++ b/src/test/java/net/pterodactylus/rhynodge/filters/comics/SaturdayMorningBreakfastCerealComicFilterTest.java @@ -42,9 +42,9 @@ public class SaturdayMorningBreakfastCerealComicFilterTest { Comic comic = comicState.comics().get(0); MatcherAssert.assertThat(comic.title(), Matchers.is("")); MatcherAssert.assertThat(comic.strips(), Matchers.hasSize(2)); - MatcherAssert.assertThat(comic.strips().get(0).imageUrl(), Matchers.is("http://www.smbc-comics.com/comics/1430750631-20150504.png")); - MatcherAssert.assertThat(comic.strips().get(0).comment(), Matchers.is("And they say there's no use for a liberal arts degree!")); - MatcherAssert.assertThat(comic.strips().get(1).imageUrl(), Matchers.is("http://smbc-comics.com/comics/1430750631-20150504after.png")); + MatcherAssert.assertThat(comic.strips().get(0).imageUrl(), Matchers.is("http://www.smbc-comics.com/comics/1496144390-soonish6%20(1).png")); + MatcherAssert.assertThat(comic.strips().get(0).comment(), Matchers.is("It's not an old man rant if you put it in the mouths of children!")); + MatcherAssert.assertThat(comic.strips().get(1).imageUrl(), Matchers.is("http://smbc-comics.com/comics/1496144435-soonish6after.png")); MatcherAssert.assertThat(comic.strips().get(1).comment(), Matchers.is("")); }