mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
mvcc: fix error log typo
This commit is contained in:
parent
6ffd9f659e
commit
f260df559d
@ -131,7 +131,7 @@ func TestIndexTombstone(t *testing.T) {
|
||||
|
||||
_, _, _, err = ti.Get([]byte("foo"), 2)
|
||||
if err != ErrRevisionNotFound {
|
||||
t.Errorf("get error = %v, want nil", err)
|
||||
t.Errorf("get error = %v, want ErrRevisionNotFound", err)
|
||||
}
|
||||
err = ti.Tombstone([]byte("foo"), revision{main: 3})
|
||||
if err != ErrRevisionNotFound {
|
||||
|
Loading…
x
Reference in New Issue
Block a user