Skip to content

Commit

Permalink
Update unit tests to compile with Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Oct 24, 2023
1 parent dd6ff59 commit 8cc374f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleKeychainTests/SimpleKeychainSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class SimpleKeychainSpec: AsyncSpec {
}
}

public func containBaseQuery(_ baseQuery: [String: Any]) -> Predicate<[String: Any]> {
public func containBaseQuery(_ baseQuery: [String: Any]) -> Nimble.Predicate<[String: Any]> {
return Predicate<[String: Any]>.define("contains base query <\(baseQuery)>") { expression, failureMessage in
guard let actual = try expression.evaluate() else {
return PredicateResult(status: .doesNotMatch, message: failureMessage)
Expand Down

0 comments on commit 8cc374f

Please sign in to comment.