Skip to content

Commit d239ef0

Browse files
woodroofgithub-actions[bot]
authored andcommitted
Using typesafe layer ids and scopes, passing a scope to parser
GitOrigin-RevId: 74d61ac6164e03341855c1efdaf842af1df02999
1 parent 5baa989 commit d239ef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/MapboxMapsTests/Integration Tests/StyleImportIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ internal class StyleImportIntegrationTests: MapViewIntegrationTestCase {
8888
do {
8989
_ = try self?.mapView.mapboxMap.getStyleImportSchema(for: "no_id")
9090
} catch {
91-
XCTAssertEqual(error.localizedDescription, "Import no_id does not exist")
91+
XCTAssertEqual(error.localizedDescription, "Import 'no_id' does not exist")
9292
getSchemaIncorrectIdExpectation.fulfill()
9393
}
9494
}.store(in: &cancelables)

0 commit comments

Comments
 (0)