Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Mar 14, 2024
1 parent 449963a commit 4d2bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sudoku.Tests/SolverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void VerifySolverDetectsInvalidPuzzles()
{
var puzzles = File.ReadAllLines("Test Data/Invalid Puzzles.txt");

var solver = new Solver(HistoryType.None, SolveMethod.FindUnique);
var solver = new Solver(HistoryType.None, SolveMethod.CountAll);

var stopwatch = Stopwatch.StartNew();

Expand Down

0 comments on commit 4d2bdc4

Please sign in to comment.