From f5c620fc86cd5c0ae337af0a5917f17e68736019 Mon Sep 17 00:00:00 2001 From: Patrick Reinhart Date: Tue, 31 Dec 2024 15:27:15 +0100 Subject: [PATCH] Fixes test expectation --- .../tweetwallfx/tweet/impl/mastodon4j/MastodonStatusTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }