Skip to content

Commit

Permalink
fix: fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JosselinMorau committed Aug 9, 2018
1 parent 1cedd9d commit b26a530
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@
*/
const UserFileMessage = require('../../src/messages/user-file-message');
const MessageError = require('../../src/errors/message-error');

describe('UserFileMessage', () => {
test('should throw an exception when malformed', async () => {
expect(() => new UserFileMessage(null)).toThrow(MessageError);
Expand Down

0 comments on commit b26a530

Please sign in to comment.