Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information