Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(model): Always construct
Hash
with lowercase value
Lowercasing is not required for comparing expected serialized test results, because the serialization already takes care of the lowercasing. However, this change improves when comparing `Hash` instances via `equals()`. Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information