Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Apr 8, 2018
1 parent 121f9cf commit 8275192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Example/Tests/WhatsNewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class WhatsNewTests: XCTestCase {
UserDefaults.standard.set("1.0", forKey: WhatsNew.userDefaultsKeyLatestAppVersionPresented)
XCTAssertFalse(WhatsNew.shouldPresent(with: .majorVersion, currentVersion: "1.1"))
XCTAssertFalse(WhatsNew.shouldPresent(with: .majorVersion, currentVersion: "1.0.1"))
XCTAssertFalse(WhatsNew.shouldPresent(with: .majorVersion, currentVersion: "2.1"))
}

func testShouldNotPresentNever_WhenUpdatingVersion() {
Expand Down

0 comments on commit 8275192

Please sign in to comment.