Skip to content

Commit 546e0d5

Browse files
authored
Fix typo (#218)
1 parent ac9dff8 commit 546e0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/protobuf-net.Grpc.Test.Integration/GrpcServiceTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public void CanCallAllApplyServicesTypedUnarySync()
291291
}
292292

293293
[Fact]
294-
public void CanCallAdocService()
294+
public void CanCallAdhocService()
295295
{
296296
GrpcClientFactory.AllowUnencryptedHttp2 = true;
297297
using var http = GrpcChannel.ForAddress($"http://localhost:{Port}");
@@ -318,4 +318,4 @@ public async Task CanCallInterceptedService()
318318
}
319319
}
320320
}
321-
#endif
321+
#endif

0 commit comments

Comments
 (0)