1
0
Fork 0

Fix yet another agency test with clientid. (#9150)

This commit is contained in:
Max Neunhöffer 2019-05-31 17:23:42 +02:00 committed by GitHub
parent 1e94ecf414
commit 06054dfb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,7 @@ function agencyTestSuite () {
writeAndCheck([[{"a":{"op":"delete"}}]]); // cleanup first
var huge = [], i;
for (i = 0; i < 100; ++i) {
huge.push([{["a" + i]:{"op":"increment"}}]);
huge.push([{["a" + i]:{"op":"increment"}}, {}, "diff" + i]);
}
writeAndCheck(huge);
for (i = 0; i < 100; ++i) {