Skip to content

Commit 8168c0e

Browse files
author
alexey
committed
Fix typo in test for the query
1 parent e214174 commit 8168c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/query-tests/Statements/ReturnOrYieldOutsideOfFunction/ReturnOrYieldOutsideOfFunction_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class InvalidClass2(object):
3636
yield 1
3737

3838
# invalid class with yield from outside of a function
39-
class InvalidClass2(object):
39+
class InvalidClass3(object):
4040
while True:
4141
yield from [1, 2]
4242

0 commit comments

Comments
 (0)