Skip to content

Commit b4b37ef

Browse files
committed
Rename new test cases
1 parent d44bd16 commit b4b37ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/run-classes.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ def test_final_attribute() -> None:
25042504
assert C.A == -1
25052505
assert C.a == [-1]
25062506

2507-
[case testClassWithFinalAttribute]
2507+
[case testClassWithFinalTypingAttribute]
25082508
from typing import final
25092509

25102510
@final
@@ -2515,7 +2515,7 @@ class C:
25152515
def test_class_final_attribute() -> None:
25162516
assert C().a() == 1
25172517

2518-
[case testClassWithFinalAttributeInherited]
2518+
[case testClassWithFinalTypingAttributeInherited]
25192519
from typing import final
25202520

25212521
class B:

0 commit comments

Comments
 (0)