Skip to content
Snippets Groups Projects
Commit ec77624a authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix typo: shutdown should be used in teardown.

parent 603aec9e
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ namespace Google.GRPC.Core.Tests
[TestFixtureTearDown]
public void Cleanup()
{
GrpcEnvironment.Initialize();
GrpcEnvironment.Shutdown();
}
[Test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment