Explorar el Código

fix typo: shutdown should be used in teardown.

Jan Tattermusch hace 11 años
padre
commit
ec77624a9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/csharp/GrpcCoreTests/ClientServerTest.cs

+ 1 - 1
src/csharp/GrpcCoreTests/ClientServerTest.cs

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