Skip to content

Commit

Permalink
fix TestIteratorNoDups
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Jan 24, 2025
1 parent 6b5fa20 commit 343ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trie/iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func TestUnionIterator(t *testing.T) {
}

func TestIteratorNoDups(t *testing.T) {
var tr Trie
tr := newEmpty()
for _, val := range testdata1 {
tr.Update([]byte(val.k), []byte(val.v))
}
Expand Down

0 comments on commit 343ced8

Please sign in to comment.