fix typo: shutdown should be used in teardown.

pull/578/head
Jan Tattermusch 10 years ago
parent 603aec9e70
commit ec77624a9f
  1. 2
      src/csharp/GrpcCoreTests/ClientServerTest.cs

@ -61,7 +61,7 @@ namespace Google.GRPC.Core.Tests
[TestFixtureTearDown]
public void Cleanup()
{
GrpcEnvironment.Initialize();
GrpcEnvironment.Shutdown();
}
[Test]

Loading…
Cancel
Save