mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 14:04:11 +02:00
Fix typo in test name
This commit is contained in:
parent
f9e7888f10
commit
b777776753
1 changed files with 1 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ def test_insert_thousands_using_generator(fresh_db):
|
||||||
assert 10000 == fresh_db["test"].count
|
assert 10000 == fresh_db["test"].count
|
||||||
|
|
||||||
|
|
||||||
def test_insert_thousands_raises_exception_wtih_extra_columns_after_first_100(fresh_db):
|
def test_insert_thousands_raises_exception_with_extra_columns_after_first_100(fresh_db):
|
||||||
# https://github.com/simonw/sqlite-utils/issues/139
|
# https://github.com/simonw/sqlite-utils/issues/139
|
||||||
with pytest.raises(Exception, match="table test has no column named extra"):
|
with pytest.raises(Exception, match="table test has no column named extra"):
|
||||||
fresh_db["test"].insert_all(
|
fresh_db["test"].insert_all(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue