This commit is contained in:
Barış Soner Uşaklı
2017-03-23 16:31:14 +03:00
parent 61eafb32f3
commit 46da2daab9

View File

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