Fix Multiverse dependency + fix invalid test in Eclipse
This commit is contained in:
@@ -21,6 +21,7 @@ import static org.junit.Assert.assertThat;
|
||||
*/
|
||||
public class ConstructorInjectionTest {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Test
|
||||
public void shouldReturnDependencies() {
|
||||
// given
|
||||
|
||||
@@ -127,7 +127,5 @@ public class FieldInjectionTest {
|
||||
|
||||
private static class NoInjectionClass {
|
||||
|
||||
private BetaManager betaManager;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user