Skip to content

Commit e79dacb

Browse files
author
Daan Hoogland
committed
imports
1 parent 335f144 commit e79dacb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

engine/schema/src/test/java/com/cloud/upgrade/DatabaseUpgradeCheckerTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@
5555

5656
import com.cloud.utils.db.TransactionLegacy;
5757

58-
import static org.junit.Assert.*;
58+
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+
5964

6065
@RunWith(MockitoJUnitRunner.class)
6166
public class DatabaseUpgradeCheckerTest {

0 commit comments

Comments
 (0)