Minor, comment out ignored test
This commit is contained in:
+2
@@ -188,6 +188,7 @@ class ComponentContainerTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Ignore("Need generic type substitution")
|
@Ignore("Need generic type substitution")
|
||||||
@Test
|
@Test
|
||||||
fun should_resolve_generic_adhoc() {
|
fun should_resolve_generic_adhoc() {
|
||||||
@@ -200,6 +201,7 @@ class ComponentContainerTest {
|
|||||||
assertTrue(genericClient.component is TestImplicitGeneric)
|
assertTrue(genericClient.component is TestImplicitGeneric)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun should_fail_with_invalid_cardinality() {
|
fun should_fail_with_invalid_cardinality() {
|
||||||
|
|||||||
Reference in New Issue
Block a user