Skip to content

Instantly share code, notes, and snippets.

@dougritter
Last active September 11, 2019 13:18
Show Gist options
  • Save dougritter/19f0f16843b0843a0e9c13dee1b35250 to your computer and use it in GitHub Desktop.
Save dougritter/19f0f16843b0843a0e9c13dee1b35250 to your computer and use it in GitHub Desktop.
func test_given_a_lowercase_named_account_when_is_valid_checked_then_return_true() {
let account = Account(name: "talkdesk")
let result = account.isValid
XCTAssertEqual(result, true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment