fix: make algorand client persistent for test fixture #838
pr.yml
on: pull_request
pull_request
/
node-ci
2m 58s
check_docs
19s
Annotations
5 errors and 2 warnings
src/app-deploy.spec.ts > deploy-app > Latest created app is retrieved:
src/app-deploy.spec.ts#L54
TypeError: Cannot read properties of undefined (reading 'appId')
❯ src/app-deploy.spec.ts:54:28
|
src/app-deploy.spec.ts > deploy-app > Created, updated and deleted apps are retrieved by name with deployment metadata:
src/app-deploy.spec.ts#L77
AssertionError: expected [] to deeply equal [ 'APP_2', 'APP_3', 'MY_APP' ]
- Expected
+ Received
- Array [
- "APP_2",
- "APP_3",
- "MY_APP",
- ]
+ Array []
❯ src/app-deploy.spec.ts:77:43
|
src/indexer-lookup.spec.ts > indexer-lookup > Transactions are searched with pagination:
src/indexer-lookup.spec.ts#L58
AssertionError: expected [] to deeply equal [ …(2) ]
- Expected
+ Received
- Array [
- "2A666WNPUOXK6HOUBTKZFTOZIZODOWIKQMNUHDEYVHO2WZ6XGYOQ",
- "653PRXXQHFWJN53ERJO63EJKMHQTTCRRUL7YKKXKOUBH47SSWPXQ",
- ]
+ Array []
❯ src/indexer-lookup.spec.ts:58:63
|
src/indexer-lookup.spec.ts > indexer-lookup > Application create transactions are found by creator with pagination:
src/indexer-lookup.spec.ts#L83
AssertionError: expected [] to deeply equal [ 1585n, 1586n ]
- Expected
+ Received
- Array [
- 1585n,
- 1586n,
- ]
+ Array []
❯ src/indexer-lookup.spec.ts:83:50
|
pull_request / node-ci
Process completed with exit code 1.
|
check_docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pull_request / node-ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|