Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim Jarif committed Jan 8, 2020
1 parent d4af2aa commit 5b14f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion levels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ func TestDiscardFirstVersion(t *testing.T) {

// - Version 10, 9 lie above version 7 so they should be there.
// - Version 4, 3, 2 lie below the discardTs but they don't have the
// "bitDiscardEarlierVersions" versions set so they should not be removed.
// "bitDiscardEarlierVersions" versions set so they should not be removed because number
// of versions to keep is set to infinite.
// - Version 1 is below DiscardTS and below the first "bitDiscardEarlierVersions"
// marker so IT WILL BE REMOVED.
ExpectedKeys := []keyValVersion{
Expand Down

0 comments on commit 5b14f57

Please sign in to comment.