This commit is contained in:
2023-12-15 15:12:17 +03:00
parent 5a1f9b7f68
commit 57a98475d0

View File

@@ -36,6 +36,6 @@ public class AbortDVMPackage extends TestingSystemPass<DVMPackage> {
} }
@Override @Override
protected void ServerAction() throws Exception { protected void ServerAction() throws Exception {
Command(new ServerExchangeUnit_2021(ServerCode.PublishObject, "", packageToKill)); Command(new ServerExchangeUnit_2021(ServerCode.PublishObject, null, packageToKill));
} }
} }