[Minor] Fix CommonizerDependencyTest.sample identityString on Windows

This commit is contained in:
sebastian.sellmair
2021-04-09 23:17:05 +02:00
parent 14838a6b7b
commit b311820159

View File

@@ -14,7 +14,7 @@ class CommonizerDependencyTest {
@Test
fun `sample identityString`() {
assertEquals(
"((a, b), c)::/hello.txt",
"((a, b), c)::${File("/").canonicalPath}hello.txt",
TargetedCommonizerDependency(parseCommonizerTarget("((a,b), c)"), File("/hello.txt")).identityString
)
}