Skip to content

Commit b81d3a4

Browse files
authoredJan 25, 2023
Update README.md
1 parent 4b372eb commit b81d3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('GET /users', function() {
148148
.expect('Content-Type', /json/)
149149
.expect(200)
150150
.then(response => {
151-
assert(response.body.email, 'foo@bar.com')
151+
expect(response.body.email).toEqual('foo@bar.com');
152152
})
153153
});
154154
});

0 commit comments

Comments
 (0)