Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Mar 22, 2024
1 parent c63e257 commit d72eae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private boolean findAndInvoke(Class<?> testClass, Object... args) {
// find matching method
for (Method m : testClass.getMethods()) {
if (m.getName().equals(method)) {
// we assume its correct:
// we assume it's correct:
invokeViaServletBridge(testClass, m, index);
return true;
}
Expand Down

0 comments on commit d72eae4

Please sign in to comment.