remove unused import causing build failure

This commit is contained in:
Pearl Dsilva 2023-12-22 17:16:07 -05:00
parent df066e9db1
commit f161be21d9
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
package org.apache.cloudstack.api.command.admin.offering;
import junit.framework.TestCase;
import org.apache.cloudstack.api.command.admin.network.CreateNetworkOfferingCmd;
import org.junit.Assert;
import org.junit.Test;