Skip to content

Commit

Permalink
chore: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Aug 16, 2024
1 parent 2644f53 commit 01ca777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mutable_tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,7 @@ func TestMutableTree_InitialVersion_FirstVersion(t *testing.T) {

// Internal ndb methods for good measure

// TODO: AUDIT - use of ndb.hasVersion()
// Node has version 1, but it should only be found via InitialVersion
// Node has version 1, but it should only be found via reference nodes
hasVersion1, err := tree.ndb.hasVersion(1)
require.NoError(t, err)
require.False(t, hasVersion1, "version 1 should not be found")
Expand Down

0 comments on commit 01ca777

Please sign in to comment.