Skip to content

Commit cdd6150

Browse files
committed
Fix failing test
1 parent 8754d7e commit cdd6150

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test-data/unit/check-incremental.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ class Class: pass
792792
# empty
793793

794794
[builtins fixtures/args.pyi]
795+
[rechecked collections, main, package.subpackage.mod1]
795796
[stale collections, main, package.subpackage.mod1]
796797
[out]
797798
tmp/main.py: note: In function "handle":
@@ -831,7 +832,8 @@ val = 3 # type: int
831832
val = "foo"
832833

833834
[builtins fixtures/module_all.pyi]
834-
[stale main, c, c.submodule]
835+
[rechecked main, c, c.submodule]
836+
[stale]
835837
[out]
836838
tmp/c/submodule.py:2: error: Incompatible types in assignment (expression has type "str", variable has type "int")
837839
tmp/main.py:7: error: "C" has no attribute "foo"

0 commit comments

Comments
 (0)