Commit 6294a1bf authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 59096b57
......@@ -829,10 +829,10 @@ func TestΔBTail(t *testing.T) {
// bucket split; +3 in new bucket
"T/B1:a,2:b",
Δ("T2/B1:a-B2:b,3:c",
A{1: K(1,2), // no 3
A{1: K(1,2,3),
2: K(1,2,3),
3: K(1,2,3),
oo: K(2,3)}), // no 1 XXX correct?
oo: K(1,2,3)}),
// bucket split; +3 in new bucket; +4 +5 in another new bucket
// which remain not tracked unless previously accessed.
......
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