Skip to content

Commit

Permalink
fix: revert changes in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
winprn committed Jan 2, 2025
1 parent 72fcded commit 3f2f951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/object/tests/hashgraph.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ describe("Vertex timestamp tests", () => {
test("Test: Vertex's timestamp must not be less than any of its dependencies' timestamps", () => {
/*
__ V1:ADD(1) __
/ \
/ \
ROOT -- V2:ADD(2) ---- V4:ADD(4) (invalid)
\ /
-- V3:ADD(3) --
Expand Down

0 comments on commit 3f2f951

Please sign in to comment.