Skip to content

Commit

Permalink
typos correct
Browse files Browse the repository at this point in the history
Signed-off-by: kjinan <2008kongxiangsheng@163.com>
  • Loading branch information
kjinan committed May 14, 2021
1 parent 277bac6 commit 24869ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/head_test.go
Expand Up @@ -2042,7 +2042,7 @@ func TestHeadMintAfterTruncation(t *testing.T) {
require.Equal(t, int64(4000), head.MinTime())
require.Equal(t, int64(4000), head.minValidTime.Load())

// After truncation outside the appendable windown if the actual min time
// After truncation outside the appendable window if the actual min time
// is in the appendable window then we should leave mint at the start of appendable window.
require.NoError(t, head.Truncate(5000))
require.Equal(t, head.appendableMinValidTime(), head.MinTime())
Expand Down

0 comments on commit 24869ff

Please sign in to comment.