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
The estimatedTime's implementation use DateComponentsFormatter. And will localize the time text according to the locale. While the test assume the English locale and use the raw string to compare.
The text was updated successfully, but these errors were encountered:
Attachment: Download
Additional Detail from JIRA
md5: 49de6cc6c7ad3340d0b88fa6b4180813
Issue Description:
Currently some test file in DocC like SemaToRenderNodeTests.swift have the following test expression.
```
XCTAssertEqual(firstTutorialReference.estimatedTime, "20 min")
```
The estimatedTime's implementation use DateComponentsFormatter. And will localize the time text according to the locale. While the test assume the English locale and use the raw string to compare.
The text was updated successfully, but these errors were encountered: