Skip to content

Commit 00cca74

Browse files
authored
Update MRUCacheTest.java
1 parent cde7e59 commit 00cca74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/thealgorithms/datastructures/caches/MRUCacheTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
package com.thealgorithms.datastructures.caches;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4-
import static org.junit.jupiter.api.Assertions.assertNotNull;
54
import static org.junit.jupiter.api.Assertions.assertNull;
6-
import static org.junit.jupiter.api.Assertions.fail;
75

86
import org.junit.jupiter.api.Test;
97

0 commit comments

Comments
 (0)