Skip to content

Commit 90f71d2

Browse files
committed
typo?
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent f0de29d commit 90f71d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/database/sqlite/tables/test_sqlitetable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_ddl():
3333

3434
def test_create_column_set_raises_on_invalid_column_name():
3535
x = TableWithDuplicateColumnName()
36-
with raises(ValueError, match="You have a duplicate column names, go fix that."):
36+
with raises(ValueError, match="You have duplicate column names, go fix that."):
3737
_ = x.column_set
3838

3939

0 commit comments

Comments
 (0)