refactor: move peer id from drpObject to hashgraph #1988
Annotations
10 errors
Run pnpm test:
packages/object/tests/actiontypes.test.ts#L40
AssertionError: expected 4 to be 3 // Object.is equality
- Expected
+ Received
- 3
+ 4
❯ packages/object/tests/actiontypes.test.ts:40:33
|
Run pnpm test:
packages/object/tests/actiontypes.test.ts#L61
AssertionError: expected 15 to be 50 // Object.is equality
- Expected
+ Received
- 50
+ 15
❯ packages/object/tests/actiontypes.test.ts:61:33
|
Run pnpm test:
packages/object/tests/actiontypes.test.ts#L83
AssertionError: expected 51 to be 48 // Object.is equality
- Expected
+ Received
- 48
+ 51
❯ packages/object/tests/actiontypes.test.ts:83:32
|
Run pnpm test:
packages/object/tests/actiontypes.test.ts#L97
AssertionError: expected 20 to be 75 // Object.is equality
- Expected
+ Received
- 75
+ 20
❯ packages/object/tests/actiontypes.test.ts:97:32
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L111
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/object/tests/hashgraph.test.ts:111:48
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L201
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/object/tests/hashgraph.test.ts:201:48
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L264
AssertionError: expected [ { drpType: 'DRP', …(2) }, …(1) ] to deeply equal [ { opType: 'add', …(2) }, …(1) ]
- Expected
+ Received
[
{
"drpType": "DRP",
- "opType": "add",
+ "opType": "delete",
"value": [
1,
],
},
{
"drpType": "DRP",
"opType": "delete",
"value": [
1,
],
},
]
❯ packages/object/tests/hashgraph.test.ts:264:21
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L294
AssertionError: expected [ { drpType: 'DRP', …(2) }, …(1) ] to deeply equal [ { opType: 'add', …(2) }, …(1) ]
- Expected
+ Received
[
{
"drpType": "DRP",
- "opType": "add",
+ "opType": "delete",
"value": [
1,
],
},
{
"drpType": "DRP",
"opType": "delete",
"value": [
1,
],
},
]
❯ packages/object/tests/hashgraph.test.ts:294:21
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L316
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ packages/object/tests/hashgraph.test.ts:316:29
|
Run pnpm test:
packages/object/tests/hashgraph.test.ts#L360
AssertionError: expected [ { drpType: 'DRP', …(2) }, …(2) ] to deeply equal [ { opType: 'add', …(2) }, …(2) ]
- Expected
+ Received
[
{
"drpType": "DRP",
- "opType": "add",
+ "opType": "delete",
"value": [
1,
],
},
{
"drpType": "DRP",
- "opType": "delete",
+ "opType": "add",
"value": [
- 1,
+ 10,
],
},
{
"drpType": "DRP",
"opType": "add",
"value": [
10,
],
},
]
❯ packages/object/tests/hashgraph.test.ts:360:21
|
Loading