Closed jar-stripe closed 4 weeks ago
Follow up to https://github.com/stripe/stripe-go/pull/1941. After fixing https://github.com/stripe/stripe-java/pull/1913, I double checked the other SDKs that were modified as part of that work. The golang SDK is implemented correctly but it did not have unit tests for the edge cases in AddBetaVersion. This PR implements the tests for these edge cases.
AddBetaVersion
Why
Follow up to https://github.com/stripe/stripe-go/pull/1941. After fixing https://github.com/stripe/stripe-java/pull/1913, I double checked the other SDKs that were modified as part of that work. The golang SDK is implemented correctly but it did not have unit tests for the edge cases in
AddBetaVersion
. This PR implements the tests for these edge cases.What