Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuch committed Jul 2, 2024
1 parent f042b05 commit 6280fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/com/sun/net/httpserver/AuthenticatorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AuthenticatorTest {
@Test
public void testFailure() {
var failureResult = new Authenticator.Failure(666);
assertEquals(666, failureResult.getResponseCode(), );
assertEquals(666, failureResult.getResponseCode());
}

@Test
Expand Down

0 comments on commit 6280fe6

Please sign in to comment.