File tree 1 file changed +8
-8
lines changed
modulecheck-core/src/test/kotlin/modulecheck/core
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1069,14 +1069,14 @@ class InheritedDependenciesTest : ProjectTest() {
1069
1069
logger.collectReport()
1070
1070
.joinToString()
1071
1071
.clean() shouldBe """
1072
- :lib2
1073
- dependency name source build file
1074
- ✔ :lib1 overshot /lib2/build.gradle.kts:
1075
- ✔ :lib1 unusedDependency /lib2/build.gradle.kts: (6, 3):
1072
+ :lib2
1073
+ dependency name source build file
1074
+ ✔ :lib1 overshot /lib2/build.gradle.kts:
1075
+ ✔ :lib1 unusedDependency /lib2/build.gradle.kts: (6, 3):
1076
1076
1077
- :lib3
1078
- dependency name source build file
1079
- ✔ :lib1 inheritedDependency :lib2 /lib3/build.gradle.kts: (6, 3):
1077
+ :lib3
1078
+ dependency name source build file
1079
+ ✔ :lib1 inheritedDependency :lib2 /lib3/build.gradle.kts: (6, 3):
1080
1080
1081
1081
ModuleCheck found 3 issues
1082
1082
"""
@@ -1247,7 +1247,7 @@ class InheritedDependenciesTest : ProjectTest() {
1247
1247
dependency name source build file
1248
1248
✔ :lib1 inheritedDependency /lib2/build.gradle.kts: (6, 3):
1249
1249
1250
- ModuleCheck found 3 issues
1250
+ ModuleCheck found 1 issue
1251
1251
"""
1252
1252
}
1253
1253
You can’t perform that action at this time.
0 commit comments