From ef40e9dce50863531a6684e8d7ffa9015c58ffc1 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Mon, 13 Nov 2017 16:08:20 -0700 Subject: [PATCH] spelling --- test/server/services/actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/server/services/actions.js b/test/server/services/actions.js index aef565908..d803d3b1e 100644 --- a/test/server/services/actions.js +++ b/test/server/services/actions.js @@ -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);