Skip to content

Commit

Permalink
- Refactored tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Jan 2, 2018
1 parent 2614800 commit d3d706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/test/userBooks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('HelloBooks', () => {
.end((err, res) => {
const response = res.body;
expect(response.message).to
.equal('Amarachi continues to go to school succesfully loaned');
.equal('Amarachi continues to go to school successfully loaned');
expect(res.status)
.to
.equal(200);
Expand Down

0 comments on commit d3d706f

Please sign in to comment.