nadar71 / EarthquakeWatchdog

App showing the latest hearthquake event from USGS site.
4 stars 0 forks source link

EarthquakeRepositoryTest Error #121

Open nadar71 opened 5 years ago

nadar71 commented 5 years ago

Launching every single tests by itself they are passed, but running altogether only the first it's ok, the other no, independently by which tests are active in the class.

Tried with reset mocks in teardown function and remock explicitly inside @before method, as well as doing it inside each test (both reset and remock), check the commented code.