Skip to content

Commit

Permalink
revert changes in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Dec 2, 2024
1 parent 8723af6 commit 5c7f7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ test("SkeletonTracing should add a new tree", (t) => {
branchPoints: [],
nodes: new DiffableMap(),
treeId: 2,
color: [105 / 255, 212 / 255, 8 / 255],
color: [0, 0, 1],
});
});
test("SkeletonTracing should add a several new trees", (t) => {
Expand Down

0 comments on commit 5c7f7dd

Please sign in to comment.