mvcc: fix typo in test

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee 2019-08-06 15:09:05 -07:00
parent a996a8a912
commit 88f4b83ba9

View File

@ -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)