Skip to content

Commit

Permalink
choco 1 0 instead of True False
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed Sep 19, 2023
1 parent 4c88925 commit 24318fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_solveAll.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ def test_solveall_no_obj(self):
else:
count = solver.solveAll(solution_limit=1000, display=add_sol)
self.assertEqual(3, count)
self.assertSetEqual(sols,
{"[True, True]","[True, False]","[False, True]"})


def test_solveall_with_obj(self):
Expand Down

0 comments on commit 24318fd

Please sign in to comment.