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
Add ProviderCodeGenerator to handle provider code duplicates in tests
Move to a class so we can properly organise the code.
Get the provider code first and then attempt to generate an unique
provider code.
I used #to_set
Why .to_set?
Set uses hash-based lookups, which are O(1) (constant time).
0 commit comments