Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Aug 6, 2023
1 parent 2c1afa8 commit 0581d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/NimbleTests/Matchers/AsyncAllPassTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ private func asyncBeNil<T>() -> AsyncPredicate<T> {
}
}

#if !os(WASI)
final class AsyncAllPassTest: XCTestCase {
func testAllPassArray() async {
await expect([1, 2, 3, 4]).to(allPass { value in
Expand Down Expand Up @@ -132,3 +133,4 @@ final class AsyncAllPassTest: XCTestCase {
}
}
}
#endif

0 comments on commit 0581d51

Please sign in to comment.