Skip to content

Commit cadd441

Browse files
tests: fix expected error comment (#107)
1 parent bd16b2d commit cadd441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/column_server_default_ticket_81.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ class A:
1515
b = Column(Boolean, nullable=False, server_default=true())
1616
c = Column(DateTime, server_default=func.now(), nullable=False)
1717

18-
# EXPECTED: error: Cannot infer type argument 1 of "Column"
18+
# EXPECTED_MYPY: Cannot infer type argument 1 of "Column"
1919
d = Column(Boolean, server_default=func.now(), nullable=False)

0 commit comments

Comments
 (0)