You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/etcdserver/memory_storage_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ import (
23
23
"go.etcd.io/raft/v3/raftpb"
24
24
)
25
25
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.
0 commit comments