Skip to content

Commit

Permalink
Update server/etcdserver/memory_storage_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Siarkowicz <[email protected]>
  • Loading branch information
clement2026 and serathius authored Sep 25, 2024
1 parent 60f9ad6 commit 140e81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etcdserver/memory_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"go.etcd.io/raft/v3/raftpb"
)

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

0 comments on commit 140e81e

Please sign in to comment.