mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Typo.
This commit is contained in:
parent
c1db5efff0
commit
b465b52ac9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import java.util.jar.JarInputStream
|
||||||
class VerifyKobaltZipTest : KobaltTest() {
|
class VerifyKobaltZipTest : KobaltTest() {
|
||||||
private fun verifyMainJarFile(ins: InputStream) {
|
private fun verifyMainJarFile(ins: InputStream) {
|
||||||
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class",
|
assertExistsInJarInputStream(JarInputStream(ins), "com/beust/kobalt/MainKt.class",
|
||||||
"templates/kobaltPlugin/kobaltPlugin.jar", "com/beust/kobaltArgs.class")
|
"templates/kobaltPlugin/kobaltPlugin.jar", "com/beust/kobalt/Args.class")
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
fun verifySourceJarFile() {
|
fun verifySourceJarFile() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue