Skip to content

Commit 471b179

Browse files
authored
Merge pull request #960 from gustavoteixeirah/patch-1
Fix typo
2 parents 9495d5e + 05caba4 commit 471b179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/server/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public class MyServiceTest {
143143
}
144144

145145
@Test
146-
void testSayHellpo() throws Exception {
146+
void testSayHello() throws Exception {
147147
HelloRequest request = HelloRequest.newBuilder()
148148
.setName("Test")
149149
.build();
@@ -184,7 +184,7 @@ public class MyServiceTest {
184184
private MyServiceImpl myService;
185185

186186
@Test
187-
void testSayHellpo() throws Exception {
187+
void testSayHello() throws Exception {
188188
HelloRequest request = HelloRequest.newBuilder()
189189
.setName("Test")
190190
.build();

0 commit comments

Comments
 (0)