fixing some formating problems on test
This commit is contained in:
parent
0bc6e7a50a
commit
4dee25a5f5
|
|
@ -20,7 +20,6 @@ class ValidatorTests: XCTestCase {
|
|||
let VALID_EMAIL = "jiggy@gmail.com"
|
||||
let INVALID_EMAIL = "This is not a valid email"
|
||||
|
||||
|
||||
let CONFIRM_TXT_FIELD = UITextField()
|
||||
let CONFIRM_TEXT = "Confirm this!"
|
||||
let CONFIRM_TEXT_DIFF = "I am not the same as the string above"
|
||||
|
|
@ -145,9 +144,4 @@ class ValidatorTests: XCTestCase {
|
|||
XCTAssertFalse(FullNameRule().validate("Carl"), "Full Name should be invalid")
|
||||
}
|
||||
|
||||
func testExample() {
|
||||
// This is an example of a functional test case.
|
||||
XCTAssert(true, "Pass")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue