Skip to content

Commit

Permalink
update test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 3, 2024
1 parent 1f3c3e7 commit 8d4a3bf
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 @@ -510,11 +510,11 @@ describe("Vertex state tests", () => {

test("Test: Tricky merging", () => {
/*
A1 _ A4 __
/ \ / \
root <-- B2 --- A6
\ / \ /
C3_ / -C5 --
A1<----------A4 __
/ / \
root <-- B2 <-- A6
\ \ /
C3<--------C5 -----
*/

// in above hashgraph, A represents drp1, B represents drp2, C represents drp3
Expand Down

0 comments on commit 8d4a3bf

Please sign in to comment.