Skip to content

Commit 1846dfb

Browse files
committed
is True
1 parent b2078ce commit 1846dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ def test_strict_persists_after_create_655(fresh_db):
14531453
"""When strict is passed to create(), it should be stored in _defaults."""
14541454
table = fresh_db["users"]
14551455
table.create({"id": int, "name": str}, pk="id", strict=True)
1456-
assert table._defaults["strict"] == True
1456+
assert table._defaults["strict"] is True
14571457

14581458

14591459
def test_upsert_uses_pk_from_prior_insert_655(fresh_db):

0 commit comments

Comments
 (0)