Skip to content

Commit

Permalink
Only run on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Nov 8, 2022
1 parent 5ecf4aa commit 9044351
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import XCTest

#if os(iOS)
class SentryUIDeviceWrapperTests: XCTestCase {
func testExecutesLogicViaDispatchQueue() {
let dispatchQueue = TestSentryDispatchQueueWrapper()
Expand All @@ -10,3 +11,4 @@ class SentryUIDeviceWrapperTests: XCTestCase {
XCTAssertEqual(dispatchQueue.blockOnMainInvocations.count, 2)
}
}
#endif

0 comments on commit 9044351

Please sign in to comment.