Skip to content

Commit

Permalink
Fixes test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Dec 31, 2024
1 parent a85760d commit f5c620f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit f5c620f

Please sign in to comment.