Skip to content

Commit

Permalink
MultiMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilmann Zäschke committed Mar 13, 2024
1 parent 7bcb480 commit 9b4dbb2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void testApiCompleteness() {
}
List<Method> matches = methods.get(required.getName());
boolean foundImplementation = false;
assertNotNull(matches, "Method not found: " + required);
assertFalse(matches.isEmpty(), "Method not found: " + required);
for (Method implemented : matches) {
if (required.getParameterCount() == implemented.getParameterCount()) {
Expand Down

0 comments on commit 9b4dbb2

Please sign in to comment.