Skip to content

Instantly share code, notes, and snippets.

@victorpanitz
Last active October 26, 2019 19:49
Show Gist options
  • Save victorpanitz/6f9b5d68d3e32029e5c4d17ec4a0cbe4 to your computer and use it in GitHub Desktop.
Save victorpanitz/6f9b5d68d3e32029e5c4d17ec4a0cbe4 to your computer and use it in GitHub Desktop.
func test_EmailIsValid_GivenInputIsEmpty_ShouldReturnFalse() {
let inputedEmail = ""
XCTAssertEqual(inputedEmail.isValid(), false)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment