Skip to content

Commit

Permalink
better with primes:-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Nov 9, 2024
1 parent 7172c88 commit 9343097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_parameter_declarations():
"sqlite3")
assert q.xlii(conn) == 42
assert q.next(conn, n=41) == 42
assert q.add(conn, n=20, m=22) == 42
assert q.add(conn, n=19, m=23) == 42
conn.close()
# errors
try:
Expand Down

0 comments on commit 9343097

Please sign in to comment.