Skip to content

Commit

Permalink
Test !=
Browse files Browse the repository at this point in the history
  • Loading branch information
randymarsh77 committed Nov 29, 2016
1 parent 6c817fa commit 4c8c425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/TimeTests/TimeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ class TimeTests: XCTestCase

XCTAssertTrue(timeMachPlusOneSecond - now == oneSecond)
XCTAssertTrue(timeMachPlusOneSecond - oneSecond == now)

XCTAssertTrue(timeMachPlusOneSecond != now)
XCTAssertTrue(timeMachPlusOneSecond != oneSecond)
}
}

0 comments on commit 4c8c425

Please sign in to comment.