Skip to content

Commit

Permalink
Removed useless XCTAssert that broke compatibility in test NSDate Format
Browse files Browse the repository at this point in the history
  • Loading branch information
PGLongo committed Apr 9, 2015
1 parent e57a31d commit 13a52a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PGLFormatterTests/Extensions/NSDateTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class NSDateTests: XCTestCase {
XCTAssertNotNil(PGLFormatter.dateFormatter)
let result = date.format()
XCTAssertNotNil(result)
XCTAssertTrue(count(result) > 0 )
XCTAssertEqual("11/30/88, 12:00 AM", result , "String mismatch")
}

Expand Down

0 comments on commit 13a52a9

Please sign in to comment.