add processPermissions tests #1379
Annotations
2 errors
Run yarn test:
packages/sdk/src/permissions/processPermissions.test.ts#L61
AssertionError: expected { …(2) } to deeply equal { targets: [ { …(4) } ], …(1) }
- Expected
+ Received
{
"annotations": [],
"targets": [
{
"address": "0x0000000000000000000000000000000000000001",
"clearance": 1,
"executionOptions": 0,
"functions": [],
},
+ {
+ "address": "0x0000000000000000000000000000000000000001",
+ "clearance": 1,
+ "executionOptions": 0,
+ "functions": [],
+ },
],
}
❯ src/permissions/processPermissions.test.ts:61:17
|
Run yarn test
Process completed with exit code 1.
|
Loading