Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 8, 2018
2 parents bb17e40 + 8476f60 commit 5b89bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RxTest/Equal+RxTest.swift
Expand Up @@ -16,6 +16,7 @@ public func equal<T: Equatable>(_ expectedEvents: RecordedEvents<T>) -> Predicat
}
}

// Borrowed this implementation from RxTest.
struct AnyEquatable<Target>
: Equatable {
typealias Comparer = (Target, Target) -> Bool
Expand Down

0 comments on commit 5b89bfd

Please sign in to comment.