Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ckullabosch committed Apr 8, 2024
1 parent e1fe2bd commit 1d6bf84
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ static void sanity(URL definition) throws Exception {
new MethodSignature(MatchResult.class, "group", String.class),
new MethodSignature(MatchResult.class, "hasMatch"),
new MethodSignature(MatchResult.class, "namedGroups"),
new MethodSignature(MatchResult.class, "start", String.class),

new MethodSignature(MatchResult.class, "start", String.class)
));

@Test public void sanity() throws Exception {
Expand Down

0 comments on commit 1d6bf84

Please sign in to comment.