Skip to content

Commit 03c62fd

Browse files
committed
Python: Fix typo in test case
1 parent 7087522 commit 03c62fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/library-tests/frameworks/django/SqlExecution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def test_model():
2525
User.objects.extra(select="select", where="where", tables="tables", order_by="order_by") # $getSql="select" $getSql="where" $getSql="tables" $getSql="order_by"
2626

2727
raw = RawSQL("so raw")
28-
Users.objects.annotate(val=raw) # $f-:getSql="so raw"
28+
User.objects.annotate(val=raw) # $f-:getSql="so raw"

0 commit comments

Comments
 (0)