diff --git a/tests/test_create.py b/tests/test_create.py index e139557..1dfc541 100644 --- a/tests/test_create.py +++ b/tests/test_create.py @@ -561,7 +561,7 @@ def test_bulk_insert_more_than_999_values(fresh_db): "c6": 6, "c7": 7, "c8": 8, - "c8": 9, + "c9": 9, "c10": 10, "c11": 11, } @@ -736,7 +736,7 @@ def test_insert_thousands_using_generator(fresh_db): 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 with pytest.raises(Exception, match="table test has no column named extra"): fresh_db["test"].insert_all(