Skip to content

Instantly share code, notes, and snippets.

@koromiko
Created November 13, 2017 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koromiko/1165c644b0b575b96d7203cfc2fc17b4 to your computer and use it in GitHub Desktop.
Save koromiko/1165c644b0b575b96d7203cfc2fc17b4 to your computer and use it in GitHub Desktop.
func test_fetch_photo() {
// When start fetch
sut.initFetch()
// Assert
XCTAssert(mockAPIService!.isFetchPopularPhotoCalled)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment