Skip to content

Commit

Permalink
Fix swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
zltnDC committed Sep 15, 2023
1 parent 7980197 commit 937da39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/patrol/ios/Classes/ObjCPatrolAppServiceClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
}

@objc public func runDartTest(name: String) async throws -> ObjCRunDartTestResponse {
// TODO: simple workaround - patrolAppService starts running too slowly.
// We should wait for appReady in the dynamically created test case method,
// TODO: simple workaround - patrolAppService starts running too slowly.
// We should wait for appReady in the dynamically created test case method,
// before calling runDartTest() (in PATROL_INTEGRATION_TEST_IOS_MACRO)
try await Task.sleep(nanoseconds: UInt64(1 * Double(NSEC_PER_SEC)))

Expand Down

0 comments on commit 937da39

Please sign in to comment.