Skip to content

Commit

Permalink
✅ Fix test after new feature #42
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 10, 2024
1 parent 5b8b095 commit 7164b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MastodonAPITest {
@Test
void getMessages() {
when(configuration.getMastodon()).thenReturn(
new Mastodon("mastodon.social", "java", 0));
new Mastodon("mastodon.social", "java", true, 0));

final MastodonAPI mastodonAPI = new MastodonAPI(configuration);
final List<Message> messages = mastodonAPI.getMessages();
Expand Down

0 comments on commit 7164b86

Please sign in to comment.