Skip to content

Commit ad6ca51

Browse files
Napalysowen-mc
andauthored
Update java/ql/src/Likely Bugs/Frameworks/JUnit/ExcessivePublicMethodMocking.ql
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 8017fae commit ad6ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Likely Bugs/Frameworks/JUnit/ExcessivePublicMethodMocking.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MockitoMockingMethodCall extends MethodCall {
5656
}
5757

5858
/*
59-
* The following from-which-select embodies this pseudocode:
59+
* The following from-where-select embodies this pseudocode:
6060
* - Find a JUnit4TestMethod which:
6161
* - for a class that it mocks with a call to `mock`,
6262
* - for all methods that the class has, there is a method that this test method mocks.

0 commit comments

Comments
 (0)