We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0de29d commit 90f71d2Copy full SHA for 90f71d2
1 file changed
test/database/sqlite/tables/test_sqlitetable.py
@@ -33,7 +33,7 @@ def test_ddl():
33
34
def test_create_column_set_raises_on_invalid_column_name():
35
x = TableWithDuplicateColumnName()
36
- with raises(ValueError, match="You have a duplicate column names, go fix that."):
+ with raises(ValueError, match="You have duplicate column names, go fix that."):
37
_ = x.column_set
38
39
0 commit comments