Skip to content

Commit a1f8fda

Browse files
committed
fix test name
1 parent 953c9a0 commit a1f8fda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/check-narrowing.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ else:
868868
reveal_type(x3) # N: Revealed type is "Literal[__main__.CustomEnum.B]"
869869
[builtins fixtures/primitives.pyi]
870870

871-
[case testNarrowingEqualityCustomEqualityDisabledChainedComparison]
871+
[case testNarrowingEqualityCustomEqualityChainedComparison]
872872
# flags: --strict-equality --warn-unreachable
873873
from typing import Literal, Union
874874

0 commit comments

Comments
 (0)