v1.18.x
Barış Soner Uşaklı
parent 61eafb32f3
commit 46da2daab9

@ -928,6 +928,7 @@ describe('User', function () {
notes = JSON.parse(notes); notes = JSON.parse(notes);
assert.ifError(err); assert.ifError(err);
assert.equal(notes[0].note, 'this is a test user'); assert.equal(notes[0].note, 'this is a test user');
assert.equal(notes[0].uid, adminUid);
assert(notes[0].timestamp); assert(notes[0].timestamp);
done(); done();
}); });

Loading…
Cancel
Save