Skip to content

Commit 47764f4

Browse files
authored
Update check-columns.test
1 parent 1755885 commit 47764f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/check-columns.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ x = cast(int, y) # E:5: Redundant cast to "int"
298298

299299
[case testColumnTypeSignatureHasTooFewArguments]
300300
if int():
301-
def f(x, y): # E:5: Type signature has too few arguments
301+
def f(x, y): # E:5: Type signature has too few parameters
302302
# type: (int) -> None
303303
pass
304304

0 commit comments

Comments
 (0)