[Minor] Fix CommonizerDependencyTest.sample identityString on Windows
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class CommonizerDependencyTest {
|
|||||||
@Test
|
@Test
|
||||||
fun `sample identityString`() {
|
fun `sample identityString`() {
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"((a, b), c)::/hello.txt",
|
"((a, b), c)::${File("/").canonicalPath}hello.txt",
|
||||||
TargetedCommonizerDependency(parseCommonizerTarget("((a,b), c)"), File("/hello.txt")).identityString
|
TargetedCommonizerDependency(parseCommonizerTarget("((a,b), c)"), File("/hello.txt")).identityString
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user