Browse Source

lint compliance

master
ansuz 10 months ago
parent
commit
45601068ae
1 changed files with 1 additions and 2 deletions
  1. 3
      scripts/tests/test-rpc.js

3
scripts/tests/test-rpc.js

@ -718,12 +718,11 @@ nThen(function (w) {
}));
}).nThen(function (w) {
oscar.roster.checkpoint(w(function (err) {
var hash = oscar.lastRosterCheckpointHash = oscar.roster.getLastCheckpointHash(); // FIXME bob should connect to this to avoid extra messages
oscar.lastRosterCheckpointHash = oscar.roster.getLastCheckpointHash(); // FIXME bob should connect to this to avoid extra messages
if (!err) { return; }
console.error("Checkpoint by an owner failed unexpectedly");
console.error(err);
process.exit(1);
}));
}).nThen(function (w) {
alice.roster.remove([

Loading…
Cancel
Save