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 4080bca commit fba3e41Copy full SHA for fba3e41
src/test/java/com/thealgorithms/datastructures/trees/AVLSimpleTest.java
@@ -1,6 +1,6 @@
1
package com.thealgorithms.datastructures.trees;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
5
import org.junit.jupiter.api.BeforeEach;
6
import org.junit.jupiter.api.Test;
0 commit comments