fix: test breakages from 8d995d1eb6

This commit is contained in:
Julian Lam
2020-05-27 00:11:50 -04:00
parent 7d484fc0ad
commit a66fe01377

View File

@@ -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();
}); });
}); });