1 2 3 4 5 6
HashPairTest ├── ├── When first arg is smaller than second arg │ └── It should match the result of `keccak256(abi.encodePacked(a,b))`. └── When first arg is bigger than second arg └── It should match the result of `keccak256(abi.encodePacked(b,a))`.