Ruby: Update test

This commit is contained in:
Harry Maclean
2022-08-11 09:57:26 +12:00
parent 79abb36faf
commit bda4cfbe5d
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ query predicate privateMethod(MethodBase m) { m.isPrivate() }
query predicate publicMethod(MethodBase m) { m.isPublic() }
query predicate protectedMethods(MethodBase m) { m.isProtected() }
query predicate protectedMethod(MethodBase m) { m.isProtected() }