Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the registry domain separator and refactor test suite
* Test internal variable initialization in registry constructor tests * Improvements to domain separator test * Improvements to the RegisteryKeys tests * Naming improvements to registerKeysOnBehalf tests * Update test imports and remove duplicated import * Refactor signature test helpers for test simplicity * Simplify mock contract for ERC1271 signatures * Remove redundant test and add missing ones for register on behalf * Minor cleanup to increment nonce test * Update the EIP712Domain separator to match the spec * Simplify Announcer test names * Use `vm.expectRevert("")` instead of `vm.expectRevert()`
- Loading branch information