Skip to content

Commit

Permalink
Fixed test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyplouis committed Aug 30, 2018
1 parent d3cdce2 commit 967e605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('formatter', () => {
assert.textEqual(formatter(), 'App');
});
it('should handle spaces', () => {
assert.textEqual(formatter('hello world'), 'Helloworld');
assert.textEqual(formatter('hello world'), 'HelloWorld');
});
it('should handle underscore', () => {
assert.textEqual(formatter('hello_world'), 'HelloWorld');
Expand Down

0 comments on commit 967e605

Please sign in to comment.