Skip to content

Commit 70a97c6

Browse files
committed
Fix a few more warnings.
1 parent fba88be commit 70a97c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

firefox-ios/firefox-ios-tests/Tests/XCUITests/FxScreenGraph.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Foundation
77
import MappaMundi
88
import XCTest
99

10+
@MainActor
1011
func createScreenGraph(for test: XCTestCase, with app: XCUIApplication) -> MMScreenGraph<FxUserState> {
1112
let map = MMScreenGraph(for: test, with: FxUserState.self)
1213

firefox-ios/firefox-ios-tests/Tests/XCUITests/NavigationRegistry.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import XCTest
66
import MappaMundi
77

88
enum NavigationRegistry {
9+
@MainActor
910
static func registerAll(in map: MMScreenGraph<FxUserState>, app: XCUIApplication) {
1011
registerZoomNavigation(in: map, app: app)
1112
registerToolBarNavigation(in: map, app: app)

0 commit comments

Comments
 (0)