Skip to content

Commit 4dee25a

Browse files
committed
fixing some formating problems on test
1 parent 0bc6e7a commit 4dee25a

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ValidatorTests/ValidatorTests.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class ValidatorTests: XCTestCase {
2020
let VALID_EMAIL = "jiggy@gmail.com"
2121
let INVALID_EMAIL = "This is not a valid email"
2222

23-
2423
let CONFIRM_TXT_FIELD = UITextField()
2524
let CONFIRM_TEXT = "Confirm this!"
2625
let CONFIRM_TEXT_DIFF = "I am not the same as the string above"
@@ -145,9 +144,4 @@ class ValidatorTests: XCTestCase {
145144
XCTAssertFalse(FullNameRule().validate("Carl"), "Full Name should be invalid")
146145
}
147146

148-
func testExample() {
149-
// This is an example of a functional test case.
150-
XCTAssert(true, "Pass")
151-
}
152-
153147
}

0 commit comments

Comments
 (0)