fix: test breakages from 8d995d1eb6

v1.18.x
Julian Lam 5 years ago
parent 7d484fc0ad
commit a66fe01377

@ -601,7 +601,8 @@ describe('Flags', function () {
throw err; throw err;
} }
assert.strictEqual(entries + 1, history.length); // 1 for the new event appended, 2 for username and email change
assert.strictEqual(entries + 3, history.length);
done(); done();
}); });
}); });

Loading…
Cancel
Save