Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 11, 2024
2 parents b8ee271 + c9f7449 commit d7c67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_pycryptosat.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_one_dump(self):

self.solver.start_getting_small_clauses(4, max_glue=10)
x = self.solver.get_next_small_clause()
self.assertNotEquals(x, None)
self.assertNotEqual(x, None)
self.solver.end_getting_small_clauses()


Expand Down

0 comments on commit d7c67c6

Please sign in to comment.