Skip to content
Snippets Groups Projects
Commit f5b17a9f authored by Jonny Ngo Luong's avatar Jonny Ngo Luong
Browse files

refactor: Update a wrong comment in user.service.spec.ts

parent d7d8bd10
No related branches found
No related tags found
1 merge request!23Resolve "Slette bruker"
......@@ -94,7 +94,7 @@ describe('UserService', () => {
});
it('should reject on http error', () => {
// Deletes post with id = 5, but should catch HTTP error
// Deletes user with id = 2, but should catch HTTP error
service.deleteUser(2).then(data => {
fail();
}).catch(error => {});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment