Skip to content

Commit

Permalink
Bridge test MBMatchOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
frederoni committed Jun 3, 2019
1 parent c3e9baa commit e8269bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/objc/BridgingTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ - (void)testDirections {
completionHandler:^(NSArray<MBWaypoint *> * _Nullable waypoints, NSArray<MBRoute *> * _Nullable routes, NSError * _Nullable error) {

}];

MBMatchOptions *matchOptions = [[MBMatchOptions alloc] initWithLocations:locations profileIdentifier:MBDirectionsProfileIdentifierAutomobileAvoidingTraffic];

XCTAssertNotNil(matchOptions);
}

- (void)testRouteOptions {
Expand Down

0 comments on commit e8269bb

Please sign in to comment.