Skip to content

Commit 3a9855b

Browse files
Fix: avoid star import in BinaryTreePathsTest to satisfy Checkstyle
1 parent 840a1a9 commit 3a9855b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/backtracking/BinaryTreePathsTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.junit.jupiter.api.Test;
44
import java.util.List;
5-
import static org.junit.jupiter.api.Assertions.*;
5+
import static org.junit.jupiter.api.Assertions.assertEquals;
6+
import static org.junit.jupiter.api.Assertions.assertTrue;
67

78
public class BinaryTreePathsTest {
89

0 commit comments

Comments
 (0)