Skip to content

Commit ffd1342

Browse files
committed
Angular Testing Course
1 parent ff777b7 commit ffd1342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/courses.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('CoursesService', () => {
6363
});
6464

6565

66-
it('should error the returned observable if request fails', () => {
66+
it('should throw error if request fails', () => {
6767

6868
const errorMessage = 'Internal Server Error';
6969

0 commit comments

Comments
 (0)