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 94a4905 commit 7a30d27Copy full SHA for 7a30d27
src/test/java/com/thealgorithms/datastructures/heaps/HeapElementTest.java
@@ -2,7 +2,9 @@
2
3
import org.junit.jupiter.api.Test;
4
5
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
6
+import static org.junit.jupiter.api.Assertions.assertNotEquals;
7
+import static org.junit.jupiter.api.Assertions.assertNull;
8
9
class HeapElementTest {
10
0 commit comments