Skip to content

Commit 59d0494

Browse files
committed
update unit test
1 parent da961dd commit 59d0494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/test/kotlin/com/google/firebase/gradle/plugins/LicenseResolverPluginTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class LicenseResolverPluginTests {
7979
android.compileSdkVersion = 26
8080
8181
thirdPartyLicenses {
82-
add 'customLib', "file:///${File("non_existent_path.txt").absolutePath}"
82+
add 'customLib', "${File("non_existent_path.txt").absolutePath}"
8383
}
8484
""")
8585

@@ -141,7 +141,7 @@ class LicenseResolverPluginTests {
141141
}
142142
143143
thirdPartyLicenses {
144-
add 'customLib1', "file:///${File("src/test/fixtures/license.txt").absolutePath}"
144+
add 'customLib1', "${File("src/test/fixtures/license.txt").absolutePath}"
145145
}
146146
"""
147147
}

0 commit comments

Comments
 (0)