Skip to content

Commit 48c627c

Browse files
authored
Update check-fastparse.test
1 parent 79f7b11 commit 48c627c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-data/unit/check-fastparse.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def f(*,
178178
[out]
179179

180180
[case testFasterParseTooManyArgumentsAnnotation]
181-
def f(): # E: Type signature has too many arguments
181+
def f(): # E: Type signature has too many parameters
182182
# type: (int) -> None
183183
pass
184184

@@ -218,7 +218,7 @@ x @= 1
218218
def f(x): # E: Type signature has too few arguments
219219
# type: () -> None
220220
pass
221-
def g(): # E: Type signature has too many arguments
221+
def g(): # E: Type signature has too many parameters
222222
# type: (int) -> None
223223
pass
224224

0 commit comments

Comments
 (0)