Skip to content

Commit

Permalink
update missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 4, 2024
1 parent 72148a8 commit 9ee5819
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/object/tests/hashgraph.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("HashGraph construction tests", () => {
});

test("Test: HashGraph should be DAG compatibility", () => {
/* __ V1:ADD(1)
/* __ V1:ADD(1)
ROOT _/
\__ V2:ADD(2)
*/
Expand All @@ -54,10 +54,10 @@ describe("HashGraph construction tests", () => {
});

test("Test: HashGraph with 2 root vertices", () => {
/*
ROOT -- V1:ADD(1)
FAKE_ROOT -- V2:ADD(1)
*/
/*
ROOT -- V1:ADD(1)
FAKE_ROOT -- V2:ADD(1)
*/
const drp1 = obj1.drp as AddWinsSet<number>;
drp1.add(1);
// add fake root
Expand Down

0 comments on commit 9ee5819

Please sign in to comment.