commit | 2b3579541b2500ac5b09766920c8cba3a996a73a | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Thu Aug 20 14:54:33 2015 -0700 |
committer | Jan Tattermusch <jtattermusch@google.com> | Thu Aug 20 18:36:28 2015 -0700 |
tree | d2a21ef29a23dd4e412fa00ff76d52153c3ada99 | |
parent | 10cab1396fd6fce4539f6368bda6ea908e1ce27b [diff] [blame] |
get rid of explicit GrpcEnvironment.Shutdown()
diff --git a/src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs b/src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs index 024377e..80c35fb 100644 --- a/src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs +++ b/src/csharp/Grpc.HealthCheck.Tests/HealthClientServerTest.cs
@@ -71,10 +71,9 @@ [TestFixtureTearDown] public void Cleanup() { - channel.Dispose(); + channel.ShutdownAsync().Wait(); server.ShutdownAsync().Wait(); - GrpcEnvironment.Shutdown(); } [Test]