Skip to content

Commit 2a4d65f

Browse files
authored
Merge pull request #8881 from github/nickrolfe/graph_ordering_typo
2 parents 3737248 + a7185e8 commit 2a4d65f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/test/library-tests/modules/superclasses.ql

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ query predicate nodes(Module node, string key, string value) {
2424
}
2525

2626
query predicate edges(Module source, Module target, string key, string value) {
27-
key = "semmle.value" and
28-
value = "superclass" and
27+
key = "semmle.label" and
28+
value = "" and
2929
target = source.getSuperClass()
3030
or
3131
key = "semmle.order" and

0 commit comments

Comments
 (0)