mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 19:10:30 +08:00
spelling
This commit is contained in:
@@ -75,7 +75,7 @@ describe('services.ActionsService', () => {
|
||||
expect(retrievedAction).has.property('item_id', comment.id);
|
||||
});
|
||||
|
||||
it('fires the callback sucesfully', async () => {
|
||||
it('fires the callback successfully', async () => {
|
||||
const srcAction = {
|
||||
action_type: 'LIKE',
|
||||
item_type: 'COMMENTS',
|
||||
@@ -113,7 +113,7 @@ describe('services.ActionsService', () => {
|
||||
expect(retrievedAction).is.null;
|
||||
});
|
||||
|
||||
it('fires the callback sucesfully', async () => {
|
||||
it('fires the callback successfully', async () => {
|
||||
const spy = sinon.spy();
|
||||
events.once(ACTIONS_DELETE, spy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user