diff --git a/tweet-impl-mastodon4j/src/test/java/org/tweetwallfx/tweet/impl/mastodon4j/MastodonStatusTest.java b/tweet-impl-mastodon4j/src/test/java/org/tweetwallfx/tweet/impl/mastodon4j/MastodonStatusTest.java index 992c489b..faf22e4b 100644 --- a/tweet-impl-mastodon4j/src/test/java/org/tweetwallfx/tweet/impl/mastodon4j/MastodonStatusTest.java +++ b/tweet-impl-mastodon4j/src/test/java/org/tweetwallfx/tweet/impl/mastodon4j/MastodonStatusTest.java @@ -113,7 +113,7 @@ void getOriginTweet() { void getText() { assertThat(status.getText()).isEqualTo(""" the status #message html to @TweetwallFX, a new line: \ - and a #special link to some content for @reinhapa"""); + some nice image and a #special link to some content for @reinhapa"""); assertThat(statusWithoutOptionals.getText()).isEmpty(); }