Skip to content

Commit 799764f

Browse files
[DO NOT MERGE] check that test case is working as expected
cf. #9348 cc @jab
1 parent 1ba0c98 commit 799764f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cases/stdlib/typing/check_regression_issue_9296.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ class MyKeysView(t.KeysView[KT]):
1313
dict_keys = type(d.keys())
1414

1515
# This should not cause an error like `Member "register" is unknown`:
16-
MyKeysView.register(dict_keys)
16+
MyKeysView.regixster(dict_keys)

0 commit comments

Comments
 (0)