Simplified tests for HeroService
authorKai Moritz <kai@juplo.de>
Sat, 27 Jun 2020 12:37:38 +0000 (14:37 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 27 Jun 2020 12:37:38 +0000 (14:37 +0200)
* See: https://medium.com/netscape/testing-with-the-angular-httpclient-api-648203820712
* Note: error-handling is not needed here, because the errors
  (500 / 404) are handled in the service and the expected result
  is already tested.


No differences found