You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equality with accuracy isn't limited to floating point tests. Sometimes integer (or other numeric types) need to be accurate within
certain bounds for the purposes of testing. This change allows any numeric type that has magnitude and distance to be used with
`XCTAssertEqual(_:_:accuracy:)` and `XCTAssertNotEqual(_:_:accuracy:)`.
0 commit comments