mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
mvcc: fix typo in test
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
b6cfaf883b
commit
8c8f6f4b01
@ -390,7 +390,7 @@ func TestStoreRestore(t *testing.T) {
|
||||
s.restore()
|
||||
|
||||
if s.compactMainRev != 3 {
|
||||
t.Errorf("compact rev = %d, want 5", s.compactMainRev)
|
||||
t.Errorf("compact rev = %d, want 3", s.compactMainRev)
|
||||
}
|
||||
if s.currentRev != 5 {
|
||||
t.Errorf("current rev = %v, want 5", s.currentRev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user