fix: update withdraw amount to reflect fee deduction in issuance tests#2
Merged
Annotations
3 errors
|
|
|
test/integration/user.test.ts#L147
AssertionError: expected { id: 3, role: 'creator', …(4) } to deeply equal { id: 3, role: 'creator', …(4) }
- Expected
+ Received
{
"address": "0x0000000000000000000000000000000000000007",
- "created_at": 1766907379,
+ "created_at": 1766907378,
"id": 3,
"role": "creator",
"social_accounts": [],
"updated_at": 0,
}
❯ test/integration/user.test.ts:147:20
|
|
test/integration/user.test.ts#L120
AssertionError: expected [ Array(4) ] to deeply equal [ Array(4) ]
- Expected
+ Received
@@ -15,11 +15,11 @@
"social_accounts": [],
"updated_at": 0,
},
{
"address": "0x0000000000000000000000000000000000000007",
- "created_at": 1766907379,
+ "created_at": 1766907378,
"id": 3,
"role": "creator",
"social_accounts": [],
"updated_at": 0,
},
❯ test/integration/user.test.ts:120:20
|
The logs for this run have expired and are no longer available.
Loading