Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Aug 20, 2019
1 parent ecbe358 commit 589e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapboxCoreNavigationTests/OptionsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OptionsTests: XCTestCase {
XCTAssertEqual(options.profileIdentifier, .automobileAvoidingTraffic)
XCTAssertEqual(options.routeShapeResolution, .full)
XCTAssertEqual(options.shapeFormat, .polyline6)
XCTAssertEqual(options.attributeOptions, [.congestionLevel, .expectedTravelTime])
XCTAssertEqual(options.attributeOptions, [.congestionLevel, .expectedTravelTime, .maximumSpeedLimit])
XCTAssertTrue(options.includesVisualInstructions)
XCTAssertTrue(options.includesSpokenInstructions)
}
Expand Down

0 comments on commit 589e1dc

Please sign in to comment.