Update test comment

This commit is contained in:
Chris S. Kim 2022-08-24 13:50:24 -04:00
parent 6f98c853b8
commit eac63fea1f
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ func TestSubscriptionManager_ServerAddrs(t *testing.T) {
// mock handler only gets called once during the initial subscription
backend.handler.expect("", 0, 1, payload)
// Only configure a tracker for CA roots events.
// Only configure a tracker for server address events.
tracker := newResourceSubscriptionTracker()
tracker.Subscribe(pbpeerstream.TypeURLPeeringServerAddresses)