Skip to content

Commit

Permalink
Remove extra MainActor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Jarvis committed Nov 13, 2024
1 parent a2d1693 commit 2290b52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Example/ExampleUITests/MutliValueUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import XCTest

@MainActor
final class MultiValueUITests: ExampleUITestCase {
@MainActor
override var _sectionNavItem: (@MainActor () throws -> XCUIElement)? {
multiValueNavItem
}

@MainActor
override var _picker: (@MainActor () throws -> XCUIElement)? {
multiValuePicker
}
Expand Down
2 changes: 0 additions & 2 deletions Example/ExampleUITests/SingleOptionalValueTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import XCTest

@MainActor
final class SingleOptionalValueUITests: ExampleUITestCase {
@MainActor
override var _sectionNavItem: (@MainActor () throws -> XCUIElement)? {
singleOptionalValueNavItem
}

@MainActor
override var _picker: (@MainActor () throws -> XCUIElement)? {
singleOptionalValuePicker
}
Expand Down
2 changes: 0 additions & 2 deletions Example/ExampleUITests/SingleValueUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import XCTest

@MainActor
final class SingleValueUITests: ExampleUITestCase {
@MainActor
override var _sectionNavItem: (@MainActor () throws -> XCUIElement)? {
singleValueNavItem
}

@MainActor
override var _picker: (@MainActor () throws -> XCUIElement)? {
singleValuePicker
}
Expand Down

0 comments on commit 2290b52

Please sign in to comment.