mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-09 16:17:45 +01:00
fix test
This commit is contained in:
@@ -928,6 +928,7 @@ describe('User', function () {
|
||||
notes = JSON.parse(notes);
|
||||
assert.ifError(err);
|
||||
assert.equal(notes[0].note, 'this is a test user');
|
||||
assert.equal(notes[0].uid, adminUid);
|
||||
assert(notes[0].timestamp);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user