1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix typo in method name

This commit is contained in:
Kevin Park
2023-06-18 14:55:40 +09:00
committed by Josh Cummings
parent 68f9371fa6
commit 02aa052fc7
@@ -78,7 +78,7 @@ public class Gh3409Tests {
} }
@Test @Test
public void unauthenticatedNullAuthenitcation() throws Exception { public void unauthenticatedNullAuthentication() throws Exception {
// @formatter:off // @formatter:off
this.mockMvc this.mockMvc
.perform(get("/") .perform(get("/")