C.getChange(null, null, function (err, change) {
    t.equal(err, C.noChangeErrMsg);
    t.deepEqual(change, []);
    t.end();
  });