Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pb.Provider.ToProviderInfo test helper method (#2805)
This PR adds a `ToProviderInfo` test helper method to the `providerbuilder` test class. `providerbuilder` is the blessed way to build PF providers and we have various repeated code for turning this into a bridged provider `ProviderInfo`. The new method aims to consolidate them. This should also help with discoverability.
- Loading branch information