Skip to content

Commit 9b417ed

Browse files
committed
Do not introduce new function for tests
1 parent d66250c commit 9b417ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4316,7 +4316,7 @@ def type_repr(value):
43164316
ForwardRef = typing.ForwardRef
43174317
Annotated = typing.Annotated
43184318

4319-
def test_coverage_fail():
4319+
if "blabla" == 23:
43204320
a = 1 + 1
43214321

43224322
a = 1 + 1

0 commit comments

Comments
 (0)