mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix test.
This commit is contained in:
parent
2dd9ad1090
commit
061b6141f0
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import java.util.jar.JarInputStream
|
|||
|
||||
class VerifyKobaltZipTest : KobaltTest() {
|
||||
private fun verifyMainJarFile(ins: InputStream) {
|
||||
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class", "templates/kobaltPlugin.jar")
|
||||
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class",
|
||||
"templates/kobaltPlugin/kobaltPlugin.jar")
|
||||
}
|
||||
@Test
|
||||
fun verifySourceJarFile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue