Skip to content

Commit

Permalink
[Swift] Fix unit test category use
Browse files Browse the repository at this point in the history
  • Loading branch information
p2 committed May 26, 2015
1 parent a6d402f commit 47b90d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift/DateAndTimeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ class DateTimeTests: XCTestCase

let dt2 = DateTime(string: "1981-03-28T15:42:03-0100")!
let ns2 = dt2.nsDate
XCTAssertEqual(dt2, ns2.asDateTime(), "Conversion to NSDate and back again must not alter `DateTime`")
XCTAssertEqual(dt2, ns2.fhir_asDateTime(), "Conversion to NSDate and back again must not alter `DateTime`")
}
}

Expand Down

0 comments on commit 47b90d5

Please sign in to comment.