Skip to content

Commit 1d71903

Browse files
committed
Fix vet
1 parent e1ebfe8 commit 1d71903

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

experimental/credentials/credentials_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ func Test(t *testing.T) {
4141
grpctest.RunSubTests(t, s{})
4242
}
4343

44-
// A struct that implements AuthInfo interface but does not implement GetCommonAuthInfo() method.
45-
type testAuthInfoNoGetCommonAuthInfoMethod struct{}
46-
47-
func (ta testAuthInfoNoGetCommonAuthInfoMethod) AuthType() string {
48-
return "testAuthInfoNoGetCommonAuthInfoMethod"
49-
}
50-
5144
// A struct that implements AuthInfo interface and implements CommonAuthInfo() method.
5245
type testAuthInfo struct {
5346
credentials.CommonAuthInfo

0 commit comments

Comments
 (0)