We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc6e7a commit 4dee25aCopy full SHA for 4dee25a
1 file changed
ValidatorTests/ValidatorTests.swift
@@ -20,7 +20,6 @@ class ValidatorTests: XCTestCase {
20
let VALID_EMAIL = "jiggy@gmail.com"
21
let INVALID_EMAIL = "This is not a valid email"
22
23
-
24
let CONFIRM_TXT_FIELD = UITextField()
25
let CONFIRM_TEXT = "Confirm this!"
26
let CONFIRM_TEXT_DIFF = "I am not the same as the string above"
@@ -145,9 +144,4 @@ class ValidatorTests: XCTestCase {
145
144
XCTAssertFalse(FullNameRule().validate("Carl"), "Full Name should be invalid")
146
}
147
148
- func testExample() {
149
- // This is an example of a functional test case.
150
- XCTAssert(true, "Pass")
151
- }
152
153
0 commit comments