Skip to content

Commit bda4cfb

Browse files
committed
Ruby: Update test
1 parent 79abb36 commit bda4cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/ql/test/library-tests/modules/callgraph.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,6 @@ publicMethod
398398
| private.rb:38:3:39:5 | public3 |
399399
| private.rb:62:3:63:5 | public |
400400
| private.rb:87:3:89:5 | call_m1 |
401-
protectedMethods
401+
protectedMethod
402402
| private.rb:32:3:33:5 | protected1 |
403403
| private.rb:35:3:36:5 | protected2 |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ query predicate privateMethod(MethodBase m) { m.isPrivate() }
88

99
query predicate publicMethod(MethodBase m) { m.isPublic() }
1010

11-
query predicate protectedMethods(MethodBase m) { m.isProtected() }
11+
query predicate protectedMethod(MethodBase m) { m.isProtected() }

0 commit comments

Comments
 (0)