Commit 16788ee3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f5a73fef
......@@ -213,7 +213,7 @@ func TestPersistentDB(t *testing.T) {
// do not evict obj1 from live cache. obj2 is ok to be evicted.
zcache1 := conn1.Cache()
zcache1.SetControl(&zcacheControl{[]Oid{11}})
zcache1.SetControl(&zcacheControl{[]Oid{_obj1.oid}})
assert.Equal(conn1.At(), at1)
xobj1, err := conn1.Get(ctx1, 101); X(err)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment