Skip to content

feat: optimize linearization functions #975

feat: optimize linearization functions

feat: optimize linearization functions #975

Triggered via pull request November 19, 2024 15:37
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
packages/object/tests/bitset.test.ts > BitSet Test > find next index of one-bit: packages/object/tests/bitset.test.ts#L51
AssertionError: expected 64 to be undefined // Object.is equality - Expected: undefined + Received: 64 ❯ packages/object/tests/bitset.test.ts:51:34
packages/object/tests/hashgraph.test.ts > HashGraph for AddWinSet tests > Test: Yuta Papa's Case: packages/object/tests/hashgraph.test.ts#L213
AssertionError: expected [ { type: 'add', value: 1 }, …(1) ] to deeply equal [ { type: 'add', value: 1 }, …(2) ] - Expected + Received Array [ Object { "type": "add", "value": 1, }, Object { "type": "add", - "value": 1, - }, - Object { - "type": "add", "value": 2, }, ] ❯ packages/object/tests/hashgraph.test.ts:213:21
tests
Process completed with exit code 1.