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

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

Loading…
Cancel
Save