Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
William-De71 committed Nov 7, 2024
1 parent 6154c2f commit 4cc2736
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/test/services/free-mobile/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('free-mobile', () => {
pass: 'validAccessToken',
msg: 'Hello World',
});

});

it('should log an error if SMS fails', async () => {
Expand All @@ -97,7 +96,6 @@ describe('free-mobile', () => {
const errorArgs = loggerErrorStub.getCall(0).args;
expect(errorArgs[0]).to.equal('Error sending SMS:');
expect(errorArgs[1]).to.be.instanceOf(Error);

});
});

Expand Down

0 comments on commit 4cc2736

Please sign in to comment.