Merge pull request #16 from DIG-Network/use-new-indexer-86c4g4jmy #150
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action)
failed
Jul 28, 2025 in 0s
Test suite run failed
Failed tests: 1/57. Failed suites: 1/12.
Details
Created failed tests' annotations. To disable them, see documentation.
● AddressService Integration › should return empty array after deleting all addresses
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 10
- Array []
+ Array [
+ Address {
+ "address": "txch1yjz7rusz8wje6dkx8ch995m9f4wk5kvhw0yzhgyftgl8feusx4gq2dgwge",
+ "name": "test_wallet",
+ "namespace": "default",
+ "syncedToHash": "",
+ "syncedToHeight": 0,
+ "type": "wallet",
+ },
+ ]
163 | await new Promise(res => setTimeout(res, 100));
164 | }
> 165 | expect(addresses).toEqual([]);
| ^
166 | });
167 | });
168 |
at Object.<anonymous> (test/application/services/AddressService.test.ts:165:23)
Annotations
Check failure on line 153 in test/application/services/AddressService.test.ts
github-actions / Tests annotations (🧪 jest-coverage-report-action)
AddressService Integration > should return empty array after deleting all addresses
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 10
- Array []
+ Array [
+ Address {
+ "address": "txch1yjz7rusz8wje6dkx8ch995m9f4wk5kvhw0yzhgyftgl8feusx4gq2dgwge",
+ "name": "test_wallet",
+ "namespace": "default",
+ "syncedToHash": "",
+ "syncedToHeight": 0,
+ "type": "wallet",
+ },
+ ]
at Object.<anonymous> (/home/runner/work/dig-sdk-v2/dig-sdk-v2/test/application/services/AddressService.test.ts:165:23)
Loading