Skip to content

Commit

Permalink
fix: delete some test log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonny-zhang committed Dec 29, 2021
1 parent 2b179d0 commit bf1dc5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,4 @@ func TestTree2(t *testing.T) {
result := tree.root.find("/v1///a/")
assert.NotNil(t, result.node)

t.Fatal(true)
}

0 comments on commit bf1dc5b

Please sign in to comment.