services: fix lint warning

This commit is contained in:
Carl Mastrangelo 2018-03-15 10:51:06 -07:00 committed by GitHub
parent 26fc6324c4
commit 37cd0427d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ final class ChannelzTestHelper {
ChannelStats stats = new ChannelStats(
/*target=*/ "sometarget",
/*connectivityState=*/ ConnectivityState.READY,
/*state=*/ ConnectivityState.READY,
/*callsStarted=*/ 1,
/*callsSucceeded=*/ 2,
/*callsFailed=*/ 3,