screenshot plugin: fix test

This commit is contained in:
Adam
2018-02-03 21:34:15 -05:00
parent 05d079d816
commit 175fee2cba

View File

@@ -95,6 +95,8 @@ public class ScreenshotPluginTest
public void before()
{
Guice.createInjector(BoundFieldModule.of(this)).injectMembers(this);
when(screenshotConfig.screenshotRewards()).thenReturn(true);
when(screenshotConfig.screenshotLevels()).thenReturn(true);
}
@Test