Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test): make metadata resource test immune to encoding (#13538)
The prefix-encoded trie could occasionally encode the tested resource name in a way that prevents the test to match. Using a "fake" version number ensures a unique prefix is always present, and hence the tested entry will never be encoded in unexpected ways. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information