fix(deployment): implement countByOwner method and corresponding tests #980
Annotations
2 errors and 1 warning
|
|
|
apps/api/test/functional/deployments.spec.ts#L922
AssertionError: expected { count: 7, results: [ { …(10) } ] } to deeply equal { count: 1, results: [ …(1) ] }
- Expected
+ Received
@@ -1,7 +1,7 @@
{
- "count": 1,
+ "count": 7,
"results": [
{
"cpuUnits": 0,
"createdHeight": 2021,
"dseq": "1234",
❯ test/functional/deployments.spec.ts:922:22
|
|
|
The logs for this run have expired and are no longer available.
Loading