Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
whoops
  • Loading branch information
Nincodedo committed Mar 25, 2024
1 parent 4ab2769 commit db9e670
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package dev.nincodedo.ninbot.config;

import com.github.philippheuer.credentialmanager.domain.OAuth2Credential;
import com.github.twitch4j.TwitchClient;
import net.dv8tion.jda.api.sharding.ShardManager;
import org.mockito.Answers;
Expand All @@ -12,4 +13,6 @@ public class TestAppConfiguration {
ShardManager shardManager;
@MockBean(answer = Answers.RETURNS_MOCKS)
TwitchClient twitchClient;
@MockBean(answer = Answers.RETURNS_MOCKS)
OAuth2Credential twitchCredential;
}

0 comments on commit db9e670

Please sign in to comment.