Skip to content

Commit

Permalink
resolver: Update doc of TestResolverAddressesWithTypedNilAttribute
Browse files Browse the repository at this point in the history
Co-authored-by: Easwar Swaminathan <easwars@google.com>
  • Loading branch information
searKing and easwars committed Sep 20, 2023
1 parent 2e3e6ee commit 9116500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ func (s) TestResolverAddressesToEndpoints(t *testing.T) {
}
}

// TestResolverAddressesWithTypedNilAttribute ensures no panic if typed-nil attributes within resolver.State.Addresses
// Test ensures that there is no panic if the attributes within
// resolver.State.Addresses contains a typed-nil value.
func (s) TestResolverAddressesWithTypedNilAttribute(t *testing.T) {
r := manual.NewBuilderWithScheme(t.Name())
resolver.Register(r)
Expand Down

0 comments on commit 9116500

Please sign in to comment.