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
XCTAssertEqual(context.debugDescription,"Expected date to be in iso8601 date format with fractional seconds, but `\(date)` does not forfill format")
78
+
XCTAssertEqual(context.debugDescription,"Expected date to be in ISO8601 date format with fractional seconds, but `\(date)` is not in the correct format")
79
79
XCTAssertNil(context.underlyingError)
80
80
}
81
81
}
@@ -133,7 +133,7 @@ class DateWrapperTests: XCTestCase {
XCTAssertEqual(context.debugDescription,"Expected date to be in RFC5322 date-time format with fractional seconds, but `\(date)` does not forfill format")
136
+
XCTAssertEqual(context.debugDescription,"Expected date to be in RFC5322 date-time format with fractional seconds, but `\(date)` is not in the correct format")
0 commit comments