Skip to content

Commit

Permalink
test: fix test node type
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 19, 2024
1 parent 4235be0 commit f4f142e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/Tooltip.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ function getTestNode(): Entry {
return 12345;
}, toString(): string {
return "test content";
}, getType(): EntryType {
return "unknown"
}
}
}
Expand Down

0 comments on commit f4f142e

Please sign in to comment.