fixup! Fix 'commonMain cant depend on androidInstrumentedTest' test

This commit is contained in:
Anton Lakotka
2023-06-16 12:15:00 +02:00
committed by Space Team
parent deb4ed5e39
commit 4a66279f00
@@ -140,8 +140,8 @@ class KotlinSourceSetTreeDependsOnMismatchTest {
@Test
fun `commonMain cant depend on androidInstrumentedTest`() = checkSingleBadSourceSetDependency(
dependent = "androidInstrumentedTest",
dependency = "commonMain"
dependent = "commonMain",
dependency = "androidInstrumentedTest"
)
@Test