From 55f19b998f74fb58264f59525502b5730508ca5c Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 23 Sep 2019 11:18:34 +0200 Subject: [PATCH] downgrade an XXX to a FIXME --- scripts/tests/test-rpc.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/tests/test-rpc.js b/scripts/tests/test-rpc.js index d6f8053f9..178a07c0d 100644 --- a/scripts/tests/test-rpc.js +++ b/scripts/tests/test-rpc.js @@ -190,14 +190,13 @@ var createUser = function (config, cb) { })); }).nThen(function () { /* - // XXX race condition because both users try to pin things... + // FIXME race condition because both users try to pin things... user.team_rpc.getServerHash(w(function (err, hash) { if (err) { w.abort(); return void cb(err); } - - /* +/* if (!hash || hash[0] !== EMPTY_ARRAY_HASH) { console.error("EXPECTED EMPTY ARRAY HASH"); process.exit(1);