Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Feb 16, 2022
1 parent 7980a58 commit 280141a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/XCTestUtils/wait Bool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import XCTest

extension XCTestCase {

/// **OTCore:**
/// Wait for a condition to be true, with a timeout period.
///
/// Polling defaults to every 10 milliseconds, but can be overridden.
public func wait(
for condition: @autoclosure () -> Bool,
Expand Down
4 changes: 2 additions & 2 deletions Sources/XCTestUtils/wait Equals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import XCTest

extension XCTestCase {

/// **OTCore:**
/// Wait for a condition to be true, with a timeout period.
/// Wait for an equality condition to be true, with a timeout period.
///
/// Polling defaults to every 10 milliseconds, but can be overridden.
public func wait<T>(
for lhs: @autoclosure () throws -> T,
Expand Down

0 comments on commit 280141a

Please sign in to comment.