Skip to content

Commit a5f84c5

Browse files
committed
Update InlineExpectationsTest.qll
1 parent ab69927 commit a5f84c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/util/codeql/util/test/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ module TestPostProcessing {
802802
or
803803
getQueryKind() = "path-problem" and
804804
hasExpectationWithValue(["Source", "Sink"], _) and
805-
result = ["Source", "sink"]
805+
result = ["Source", "Sink"]
806806
or
807807
hasExpectationWithValue("RelatedLocation", _) and
808808
result = "RelatedLocation"

0 commit comments

Comments
 (0)