Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): make metadata resource test immune to encoding
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.
- Loading branch information