Skip to content

Commit b3ff3f7

Browse files
committed
PythonÆ adjust test expectations
I suspect it has to do with ParameterNode being a LocalSourceNode, but I really have no idea...
1 parent 8f46700 commit b3ff3f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/ql/test/2/library-tests/locations/general/Locations.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
| Dict | 46 | 54 | 46 | 55 |
5656
| Dict | 48 | 9 | 48 | 19 |
5757
| DictUnpacking | 46 | 52 | 46 | 55 |
58+
| DjangoViewClassHelper | 4 | 1 | 4 | 8 |
5859
| Ellipsis | 7 | 7 | 7 | 9 |
5960
| Ellipsis | 50 | 14 | 50 | 16 |
6061
| ExceptStmt | 32 | 9 | 32 | 31 |

python/ql/test/3/library-tests/locations/general/Locations.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
| Dict | 46 | 54 | 46 | 55 |
4545
| Dict | 48 | 9 | 48 | 19 |
4646
| DictUnpacking | 46 | 52 | 46 | 55 |
47+
| DjangoViewClassHelper | 4 | 1 | 4 | 8 |
4748
| Ellipsis | 7 | 7 | 7 | 9 |
4849
| Ellipsis | 50 | 14 | 50 | 16 |
4950
| ExceptStmt | 32 | 9 | 32 | 31 |

0 commit comments

Comments
 (0)