You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is failing because the (stale) test data is filtered and there are no upcoming events in it
XCTAssert(cacheSpy.saveCalled, "When network worker returns new data, the cache save() should be called")
testFetchEventsShouldAskEventsNetworkWorkerToFetchEventsAndPresenterToFormatResult()
probably don't know here if the cache or network called present()
The text was updated successfully, but these errors were encountered:
This is failing because the (stale) test data is filtered and there are no upcoming events in it
XCTAssert(cacheSpy.saveCalled, "When network worker returns new data, the cache save() should be called")
testFetchEventsShouldAskEventsNetworkWorkerToFetchEventsAndPresenterToFormatResult()
probably don't know here if the cache or network called present()
The text was updated successfully, but these errors were encountered: