Skip to content

Commit 54a7357

Browse files
committed
Fix
1 parent 439c405 commit 54a7357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/misc/PalindromePrimeTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package com.thealgorithms.misc;
22

33
import static org.junit.jupiter.api.Assertions.*;
4-
import org.junit.jupiter.api.Test;
4+
55
import java.util.List;
6+
import org.junit.jupiter.api.Test;
67

78
public class PalindromePrimeTest {
89

0 commit comments

Comments
 (0)