Skip to content

Commit

Permalink
remove unnecessary MainActor isolation for PushTest method
Browse files Browse the repository at this point in the history
  • Loading branch information
Trip Phillips committed Jul 22, 2024
1 parent 1be62de commit ff6d530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Airship/AirshipCore/Tests/PushTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ class PushTest: XCTestCase {
XCTAssertEqual(0, self.badger.applicationIconBadgeNumber)
}

@MainActor
func testActiveChecksRegistration() async {
self.notificationRegistrar.onCheckStatus = {
return (.authorized, [.alert])
Expand Down

0 comments on commit ff6d530

Please sign in to comment.