Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchuehw authored Jun 28, 2023
1 parent a99b112 commit f01d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def test_solve_no_solution():
solver = DigitSolver([1, 2, 3, 4], 100)
solution_found = solver.solve()
# Assert that no solution is found
assert(solution_found <= 0)
assert(solution_found == 0)

0 comments on commit f01d4cb

Please sign in to comment.