Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
paglias committed Oct 20, 2018
1 parent d196c56 commit b0b414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/v3/integration/user/POST-user_push_device.test.js
Expand Up @@ -39,7 +39,7 @@ describe('POST /user/push-devices', () => {
});
});

it('fail silently if user already has the push device', async () => {
it('fails silently if user already has the push device', async () => {
await user.post('/user/push-devices', {type, regId});
const response = await user.post('/user/push-devices', {type, regId});
await user.sync();
Expand Down

0 comments on commit b0b414d

Please sign in to comment.