You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly check type of GetPeerInfo vector element
The `GetPeerInfo` type wraps a vector of `PeerInfo` types. In such
circumstances when we re-export the outer type super easy to either
forget to re-export the inner type. Currently most of our tests only
test the outer type.
Add a local variable assignment that explicitly uses the inner type,
there by proving all the re-exports are correct.
Tested by running v21 tests _without_ the re-export bug found in
review. And indeed this new test finds it.
0 commit comments