Skip to content

Commit 5a8ba6a

Browse files
authored
Python: Fix use of singleton set
1 parent d260388 commit 5a8ba6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/dataflow/TestUtil/UnresolvedCalls.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import TestUtilities.InlineExpectationsTest
77
class UnresolvedCallExpectations extends InlineExpectationsTest {
88
UnresolvedCallExpectations() { this = "UnresolvedCallExpectations" }
99

10-
override string getARelevantTag() { result = ["unresolved_call"] }
10+
override string getARelevantTag() { result = "unresolved_call" }
1111

1212
override predicate hasActualResult(Location location, string element, string tag, string value) {
1313
exists(location.getFile().getRelativePath()) and

0 commit comments

Comments
 (0)