Last active
October 26, 2019 19:49
-
-
Save victorpanitz/6f9b5d68d3e32029e5c4d17ec4a0cbe4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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