Skip to content

Commit 8f5dadc

Browse files
authored
Merge pull request #290 from Esri/df/fixBookmarkTests
Fix bookmark tests
2 parents 6cb66dc + cf77000 commit 8f5dadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ArcGISToolkitTests/BookmarksTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ final class BookmarksTests: XCTestCase {
6565
}
6666
var bookmarks = Bookmarks(
6767
isPresented: isPresented,
68-
mapOrScene: map
68+
geoModel: map
6969
)
7070
bookmarks.selectionChangedAction = action
7171
XCTAssertTrue(_isPresented)
@@ -120,7 +120,7 @@ final class BookmarksTests: XCTestCase {
120120
)
121121
let bookmarks = Bookmarks(
122122
isPresented: isPresented,
123-
mapOrScene: map,
123+
geoModel: map,
124124
viewpoint: viewpoint
125125
)
126126
XCTAssertTrue(_isPresented)

0 commit comments

Comments
 (0)