We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde7e59 commit 00cca74Copy full SHA for 00cca74
src/test/java/com/thealgorithms/datastructures/caches/MRUCacheTest.java
@@ -1,9 +1,7 @@
1
package com.thealgorithms.datastructures.caches;
2
3
import static org.junit.jupiter.api.Assertions.assertEquals;
4
-import static org.junit.jupiter.api.Assertions.assertNotNull;
5
import static org.junit.jupiter.api.Assertions.assertNull;
6
-import static org.junit.jupiter.api.Assertions.fail;
7
8
import org.junit.jupiter.api.Test;
9
0 commit comments