Skip to content

Commit 2e7f65d

Browse files
Pablo Guardiolagithub-actions[bot]
authored andcommitted
fix testing context vehicle and project name flip (#9237)
GitOrigin-RevId: 156d4e5352f5a65efce13818e21de6ec4c6797c6
1 parent 9f8a577 commit 2e7f65d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

navigation/src/main/java/com/mapbox/navigation/core/history/TestingContext.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class TestingContext private constructor(
8686
*/
8787
fun build(): TestingContext {
8888
return TestingContext(
89-
vehicleName,
90-
projectName,
89+
projectName = projectName,
90+
vehicleName = vehicleName,
9191
)
9292
}
9393
}

0 commit comments

Comments
 (0)