Skip to content

Commit

Permalink
fix: random test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jia He committed May 18, 2022
1 parent 3943ac5 commit 3c7dd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radix_random_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ func preOrderAndCompare(n *node, M map[string]string) bool {

if !leaf || !child || !next {
print("false node")
printNode(n)
PrintNode(n)
print(fmt.Sprintf("%t %t %t", leaf, child, next))
}

Expand Down

0 comments on commit 3c7dd9a

Please sign in to comment.