Skip to content

Commit 6c3569d

Browse files
committed
Rename test to avoid duplicates.
1 parent 175cf5f commit 6c3569d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/commentTestSamples/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def try_finally():
168168

169169
# exits: 5,
170170
# render: true
171-
def try_finally():
171+
def try_with_finally():
172172
try:
173173
with x:
174174
return

0 commit comments

Comments
 (0)