mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python: Fix use of singleton set
This commit is contained in:
@@ -7,7 +7,7 @@ import TestUtilities.InlineExpectationsTest
|
||||
class UnresolvedCallExpectations extends InlineExpectationsTest {
|
||||
UnresolvedCallExpectations() { this = "UnresolvedCallExpectations" }
|
||||
|
||||
override string getARelevantTag() { result = ["unresolved_call"] }
|
||||
override string getARelevantTag() { result = "unresolved_call" }
|
||||
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
exists(location.getFile().getRelativePath()) and
|
||||
|
||||
Reference in New Issue
Block a user