Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siddtheone committed Jan 25, 2023
1 parent 4b372eb commit b81d3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -148,7 +148,7 @@ describe('GET /users', function() {
.expect('Content-Type', /json/)
.expect(200)
.then(response => {
assert(response.body.email, 'foo@bar.com')
expect(response.body.email).toEqual('foo@bar.com');
})
});
});
Expand Down

0 comments on commit b81d3a4

Please sign in to comment.