C.getChange(tooBig, tooBig - 2, function (err, change) {
    t.equal(err, C.tooBigErrMsg);
    t.deepEqual(change, []);
    t.end();
  });