aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-19 13:06:37 -0800
committerGravatar yang-g <yangg@google.com>2016-02-19 13:06:37 -0800
commite1711624e1ce76545af09947c89ffd761a413051 (patch)
treeb154ea0c1174d98e8b62d5bc657d220c30c813d3 /src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
parent3165c09ce5f5930b605961441724fe090705d4e0 (diff)
V1Alpha as well
Diffstat (limited to 'src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs')
-rw-r--r--src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs b/src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
index 2097c0dc8c..b86d511b16 100644
--- a/src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
+++ b/src/csharp/Grpc.HealthCheck.Tests/HealthServiceImplTest.cs
@@ -1,5 +1,5 @@
#region Copyright notice and license
-// Copyright 2015, Google Inc.
+// Copyright 2015-2016, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@ using System.Text;
using System.Threading.Tasks;
using Grpc.Core;
-using Grpc.Health.V1Alpha;
+using Grpc.Health.V1;
using NUnit.Framework;
namespace Grpc.HealthCheck.Tests