mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
chore(docs) typo (#2860)
This commit is contained in:
parent
a6b2623b74
commit
d1e458ecb9
@ -297,7 +297,7 @@ describe('\'messages\' service', () => {
|
||||
}, params);
|
||||
|
||||
assert.equal(message.text, 'a test');
|
||||
// `userId` should be set to passed users it
|
||||
// `userId` should be set to the provided user's id
|
||||
assert.equal(message.userId, user._id);
|
||||
// Additional property has been removed
|
||||
assert.ok(!message.additional);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user