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
Motivation:
The custom-metadata interop tests checks the underlying element is a
decoded `.binary` element. This is isn't guaranteed for binary metadata
values as the transport may not decode them. The test should instead
check that the _binary values_ for the key are as expected.
Modifications:
- Use `subscript(binaryValues:)` and `subscript(stringValues:)`
Result:
More correct test
0 commit comments