Skip to content

Commit

Permalink
Merge pull request #960 from gustavoteixeirah/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yidongnan authored Sep 17, 2023
2 parents 9495d5e + 05caba4 commit 471b179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/server/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class MyServiceTest {
}

@Test
void testSayHellpo() throws Exception {
void testSayHello() throws Exception {
HelloRequest request = HelloRequest.newBuilder()
.setName("Test")
.build();
Expand Down Expand Up @@ -184,7 +184,7 @@ public class MyServiceTest {
private MyServiceImpl myService;

@Test
void testSayHellpo() throws Exception {
void testSayHello() throws Exception {
HelloRequest request = HelloRequest.newBuilder()
.setName("Test")
.build();
Expand Down

0 comments on commit 471b179

Please sign in to comment.