Polish
Closes gh-12205
This commit is contained in:
committed by
Stephane Nicoll
parent
1314678890
commit
d441a8a89a
@@ -209,7 +209,7 @@ public class RepackagerTests {
|
||||
repackager.repackage(file, NO_LIBRARIES);
|
||||
Manifest actualManifest = getManifest(file);
|
||||
assertThat(actualManifest.getMainAttributes().getValue("Main-Class"))
|
||||
.isEqualTo(null);
|
||||
.isNull();
|
||||
assertThat(hasLauncherClasses(file)).isFalse();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user