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