Skip to content

Commit de05b10

Browse files
committed
Python: Fix singleton set
1 parent 3634922 commit de05b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/test/experimental/meta/ConceptsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ class HttpClientRequestTest extends InlineExpectationsTest {
543543
class XmlParsingTest extends InlineExpectationsTest {
544544
XmlParsingTest() { this = "XmlParsingTest" }
545545

546-
override string getARelevantTag() { result in ["xmlVuln"] }
546+
override string getARelevantTag() { result = "xmlVuln" }
547547

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

0 commit comments

Comments
 (0)