From: Kai Moritz Date: Sat, 27 Jun 2020 12:29:13 +0000 (+0200) Subject: WIP: 6: Get Data from a Server i) Heroes and HTTP - Update heroes X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tour-of-heroes;a=commitdiff_plain;h=2221767df6737334e1a4c69b46722bb842f94823 WIP: 6: Get Data from a Server i) Heroes and HTTP - Update heroes --- diff --git a/src/app/hero.service.spec.ts b/src/app/hero.service.spec.ts index 407e8ce..7730d9f 100644 --- a/src/app/hero.service.spec.ts +++ b/src/app/hero.service.spec.ts @@ -62,7 +62,7 @@ describe('HeroService', () => { }); }); - describe('#getHero', () => { + describe('#getHero', () => { it('should return an empty observable for an invalid id', () => {