Skip to content

Commit 140e81e

Browse files
Update server/etcdserver/memory_storage_test.go
Co-authored-by: Marek Siarkowicz <[email protected]>
1 parent 60f9ad6 commit 140e81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/etcdserver/memory_storage_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"go.etcd.io/raft/v3/raftpb"
2424
)
2525

26-
// TestMemoryStorageCompactInclusive tests that compacting index is inclusive, meaning that first index after compaction is larger by one than compacted index.
26+
// TestMemoryStorageCompactInclusive tests that compacting is inclusive, meaning that first index after compaction is larger by one than compacted index.
2727
func TestMemoryStorageCompactInclusive(t *testing.T) {
2828
// entries: [ {Index: 0} ]
2929
raftStorage := raft.NewMemoryStorage()

0 commit comments

Comments
 (0)