Skip to content

Commit

Permalink
Adds attribution node.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 7, 2018
1 parent a4d5f90 commit 8476f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/RxTest/Equal+RxTest.swift
Original file line number Diff line number Diff line change
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 8476f60

Please sign in to comment.