We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335f144 commit e79dacbCopy full SHA for e79dacb
engine/schema/src/test/java/com/cloud/upgrade/DatabaseUpgradeCheckerTest.java
@@ -55,7 +55,12 @@
55
56
import com.cloud.utils.db.TransactionLegacy;
57
58
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertTrue;
59
+import static org.junit.Assert.assertFalse;
60
+import static org.junit.Assert.assertNotNull;
61
+import static org.junit.Assert.assertEquals;
62
+import static org.junit.Assert.assertArrayEquals;
63
+
64
65
@RunWith(MockitoJUnitRunner.class)
66
public class DatabaseUpgradeCheckerTest {
0 commit comments