refactor: enhance hypercert retrieval in SalesResolver #147
Annotations
2 errors
|
unit-test
Process completed with exit code 1.
|
|
test/services/graphql/resolvers/salesResolver.test.ts > SalesResolver > hypercert field resolver > should resolve hypercert for sale with hypercert_id:
test/services/graphql/resolvers/salesResolver.test.ts#L1
AssertionError: expected null to deeply equal { …(2) }
- Expected:
Object {
"hypercert_id": "11155111-0xBAD99D7319d92cDA4bc21Bf5aef5c9D1fc81F174-71051769573180",
"id": "d93952ba-cc51-4baa-88e4-bfb585badfc0",
}
+ Received:
null
❯ test/services/graphql/resolvers/salesResolver.test.ts:1:2363
|