Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Typo in test message:
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJCole committed May 14, 2014
1 parent 57f1e24 commit 66bf2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/user.server.model.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('User Model Unit Tests:', function() {
});
});

it('should be able to save whithout problems', function(done) {
it('should be able to save without problems', function(done) {
user.save(done);
});

Expand Down

0 comments on commit 66bf2dc

Please sign in to comment.