chore(docs) typo (#2860)

This commit is contained in:
Marshall Thompson 2022-11-05 12:27:27 -06:00 committed by GitHub
parent a6b2623b74
commit d1e458ecb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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