Skip to content

Instantly share code, notes, and snippets.

@arifinfrds
Created November 6, 2020 13:44
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 arifinfrds/2978a64a62f1bb17715f4d38ab6246b6 to your computer and use it in GitHub Desktop.
Save arifinfrds/2978a64a62f1bb17715f4d38ab6246b6 to your computer and use it in GitHub Desktop.
func test_load_shouldRespondSomething() {
let sut = makeSUT()
// ...
// other code
XCTAssertNotNil(sut)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment