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
Base64EncodedData initializer taking an array slice shouldn't have a label (#71)
### Motivation
- Fixes
[#369](apple/swift-openapi-generator#368)
### Modifications
- Remove init label argument from Base64EncodedData
### Result
- The Base64EncodedData init will be called without the label.
### Test Plan
- Adjust some tests from Test_OpenAPIValue
0 commit comments