diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-10-06 16:47:49 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-10-06 17:57:45 -0700 |
commit | 5bd7005833b60d9db31860049458b122fa496599 (patch) | |
tree | 8c05e9f2c6c6cda444330901aa09f78feb29a6c7 /src/csharp/Grpc.Core.Tests/Internal | |
parent | 9e5e7e9a6cde7f9d91b00cb65b3c99e01916c813 (diff) |
introduce the new split-type credentials api
Diffstat (limited to 'src/csharp/Grpc.Core.Tests/Internal')
-rw-r--r-- | src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs b/src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs index 685c5f7d6c..246072bff1 100644 --- a/src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs +++ b/src/csharp/Grpc.Core.Tests/Internal/AsyncCallTest.cs @@ -49,7 +49,7 @@ namespace Grpc.Core.Internal.Tests [SetUp] public void Init() { - channel = new Channel("localhost", Credentials.Insecure); + channel = new Channel("localhost", ChannelCredentials.Insecure); fakeCall = new FakeNativeCall(); |