Skip to content

Commit 369f33d

Browse files
author
khalidx3
committed
Add JUnit test for Sudoku Solver
1 parent f9f8ea3 commit 369f33d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
package test.java.com.thealgorithms.backtracking;
1+
package com.thealgorithms.backtracking;
2+
3+
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
24

35
import org.junit.jupiter.api.Test;
4-
import static org.junit.jupiter.api.Assertions.*;
56

67
public class SudokuSolverTest {
78

0 commit comments

Comments
 (0)