Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 16, 2024
1 parent b7d66c2 commit 9df8045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/object/tests/hashgraph.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ describe("HashGraph construction tests", () => {
},
[],
"",
"",
);
obj1.hashGraph.addVertex(
{
Expand All @@ -77,6 +78,7 @@ describe("HashGraph construction tests", () => {
},
[hash],
"",
"",
);
expect(obj1.hashGraph.selfCheckConstraints()).toBe(false);

Expand Down

0 comments on commit 9df8045

Please sign in to comment.