Fix typos
This commit is contained in:
parent
0e853ec7b7
commit
718d0a7046
13 changed files with 13 additions and 13 deletions
|
@ -268,7 +268,7 @@ describe('sql/sendLog', () => {
|
|||
});
|
||||
|
||||
describe('#deleteSentProtoByMessageId', () => {
|
||||
it('deletes all records releated to that messageId', async () => {
|
||||
it('deletes all records related to that messageId', async () => {
|
||||
assert.lengthOf(await getAllSentProtos(), 0);
|
||||
assert.lengthOf(await _getAllSentProtoMessageIds(), 0);
|
||||
assert.lengthOf(await _getAllSentProtoRecipients(), 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue