Skip to content

Commit bc0ebaf

Browse files
Test imports issue fix
1 parent c1368b4 commit bc0ebaf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/test/java/com/thealgorithms/recursion/Permutations.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package com.thealgorithms.recursion;
22

3-
import org.junit.jupiter.api.Test;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
import static org.junit.jupiter.api.Assertions.assertTrue;
46

57
import java.util.List;
68

7-
import static org.junit.jupiter.api.Assertions.*;
9+
import org.junit.jupiter.api.Test;
810

911
class PermutationsTest {
1012

0 commit comments

Comments
 (0)