Skip to content

Commit eb40ddd

Browse files
committed
Upate with latest swift-android-action action
1 parent c4518c6 commit eb40ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AndroidNativeTests/AndroidNativeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import AndroidNative
33

44
class AndroidNativeTests : XCTestCase {
55
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
6-
public func XXXtestMainActor() async { // disabled to identify CI timeout
6+
public func testMainActor() async {
77
let actorDemo = await MainActorDemo()
88
let result = await actorDemo.add(n1: 1, n2: 2)
99
XCTAssertEqual(result, 3)

0 commit comments

Comments
 (0)