Revolutionary Updates to SignerSet Testing Propel Code Coverage to New Heights
2022-10-07 03:37:51 UTC
Developers Enhance Assertions and Documentation, Ensuring Robust Performance and Clarity in the Latest Release!
Commit Details:
test(SignerSet): improve coverage, fix incorrect assertions, update class documentation (#147) * test(SignerSet): rename variables for clarity * test(SignerSet): getSigner fails when custody address doesn't exist should pass in signerKey, not address * test(SignerSet): add coverage for getSigners * test(SignerSet): add coverage for cases when events from earlier blocks are merged * test(SignerSet): increase coverage for mergeIdRegistryEvent cases * test(SignerSet): increase coverage for merge * docs(SignerSet): update class documentation * chore: address PR feedback on comments and naming