Fix IgdbWrapperTest tearDown

This commit is contained in:
Simon Grimme
2022-10-16 01:16:03 +02:00
parent 848e571892
commit 98a04be16d
@@ -35,7 +35,7 @@ class IgdbWrapperTest {
@AfterAll
static void tearDown() throws IOException {
igdbApiMock.shutdown();
twitchApiMock.start();
twitchApiMock.shutdown();
}
@Test