Ignore the new test for now.
This commit is contained in:
parent
d99423f5b1
commit
375c5c7c7d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import com.lemonappdev.konsist.api.verify.assertTrue
|
||||||
import dev.zacsweers.metro.Assisted
|
import dev.zacsweers.metro.Assisted
|
||||||
import dev.zacsweers.metro.ContributesBinding
|
import dev.zacsweers.metro.ContributesBinding
|
||||||
import dev.zacsweers.metro.Inject
|
import dev.zacsweers.metro.Inject
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
|
|
||||||
class KonsistDiTest {
|
class KonsistDiTest {
|
||||||
|
|
@ -35,6 +36,7 @@ class KonsistDiTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("Disabled to give time to branch and private module to remove the annotation")
|
||||||
@Test
|
@Test
|
||||||
fun `class annotated with @ContributesBinding does not need to be annotated with @Inject anymore`() {
|
fun `class annotated with @ContributesBinding does not need to be annotated with @Inject anymore`() {
|
||||||
Konsist
|
Konsist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue