@@ -35,12 +35,11 @@ class DependencyGraphTest : WordSpec({
35
35
id("org.apache.commons", "commons-collections4", "4.4"),
36
36
id(group = "org.junit", artifact = "junit", version = "5")
37
37
)
38
- val fragments =
39
- sortedSetOf(
40
- DependencyReference (0),
41
- DependencyReference (1),
42
- DependencyReference (2)
43
- )
38
+ val fragments = sortedSetOf(
39
+ DependencyReference (0),
40
+ DependencyReference (1),
41
+ DependencyReference (2)
42
+ )
44
43
val scopeMap = mapOf(
45
44
"p1:scope1" to listOf(RootDependencyIndex (0), RootDependencyIndex (1)),
46
45
"p2:scope2" to listOf(RootDependencyIndex (1), RootDependencyIndex (2))
@@ -63,12 +62,11 @@ class DependencyGraphTest : WordSpec({
63
62
id("org.apache.commons", "commons-collections4", "4.4"),
64
63
id("org.junit", "junit", "5")
65
64
)
66
- val fragments =
67
- sortedSetOf(
68
- DependencyReference (0),
69
- DependencyReference (1),
70
- DependencyReference (2)
71
- )
65
+ val fragments = sortedSetOf(
66
+ DependencyReference (0),
67
+ DependencyReference (1),
68
+ DependencyReference (2)
69
+ )
72
70
val scopeMap = mapOf(
73
71
qualifiedScopeName to listOf(RootDependencyIndex (0), RootDependencyIndex (1)),
74
72
DependencyGraph .qualifyScope(qualifier, "scope2") to listOf(
0 commit comments