From b777776753ef08f35dfaa7d86b2d5082e8904f27 Mon Sep 17 00:00:00 2001 From: Simon Wiles Date: Mon, 7 Sep 2020 16:34:21 -0700 Subject: [PATCH] Fix typo in test name --- tests/test_create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_create.py b/tests/test_create.py index d7f2d52..1dfc541 100644 --- a/tests/test_create.py +++ b/tests/test_create.py @@ -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(