We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df937ff + a38342f commit f320baeCopy full SHA for f320bae
Sources/Nimble/Matchers/Predicate.swift
@@ -311,7 +311,7 @@ final public class NMBPredicateStatus: NSObject {
311
public static let doesNotMatch: NMBPredicateStatus = NMBPredicateStatus(status: 1)
312
public static let fail: NMBPredicateStatus = NMBPredicateStatus(status: 2)
313
314
- public override var hashValue: Int { return self.status.hashValue }
+ public override var hash: Int { return self.status.hashValue }
315
316
public override func isEqual(_ object: Any?) -> Bool {
317
guard let otherPredicate = object as? NMBPredicateStatus else {
0 commit comments