Commit 85e32cdc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7806806d
...@@ -617,7 +617,7 @@ func xverifyΔBTail1(t *testing.T, subj string, db *zodb.DB, treeRoot zodb.Oid, ...@@ -617,7 +617,7 @@ func xverifyΔBTail1(t *testing.T, subj string, db *zodb.DB, treeRoot zodb.Oid,
// δT is subset of d12 // δT is subset of d12
for _, k := range sortedKeys(δT) { for _, k := range sortedKeys(δT) {
_, ind12 := d12[k] _, ind12 := d12[k]
if ind12 { if !ind12 {
badf("δT: [%v] is not in d12", k) badf("δT: [%v] is not in d12", k)
} }
} }
......
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