Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
DangWW committed Jan 13, 2025
1 parent 9863f91 commit 1d19d9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Lasso (1.6.0)
- LassoTestUtilities (1.6.0):
- Lasso
- SwiftLint (0.55.1)
- SwiftLint (0.58.0)
- WWLayout (0.8.2)

DEPENDENCIES:
Expand All @@ -25,7 +25,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Lasso: ab4a5c3c1750e92bd5199644521beb34db92c02f
LassoTestUtilities: ad1aeea62f2ea0e0cfd972c535f9b1410a39c8ef
SwiftLint: 3fe909719babe5537c552ee8181c0031392be933
SwiftLint: a733d9844f91874753069118d9736c02f1a67eba
WWLayout: 0ff533a6b9d0ae2ca2bdf91b6aefc04234b61f1b

PODFILE CHECKSUM: 154645a3c6e2d02a8b8f73a56d99eca0ebf3713c
Expand Down
4 changes: 2 additions & 2 deletions Sources/LassoTestUtilities/ControllerLifecycle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ extension XCTestCase {

internal func expectMainQueueExhaustion() -> XCTestExpectation {
let exhaustion = expectation(description: "main queue exhaustion")
DispatchQueue.main.async {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1, execute: {
exhaustion.fulfill()
}
})
return exhaustion
}

Expand Down

0 comments on commit 1d19d9c

Please sign in to comment.