mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Use `XCTAssertEqual` instead of `XCTAssertTrue` #42

Closed yas375 closed 10 years ago

yas375 commented 10 years ago

So if a test fails XCTAssertEqual gives more information and in a nicer way.

XCTAssertTrue

2014-10-05_2253

XCTAssertEqual

2014-10-05_22542

pwightman commented 10 years ago

Love it