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
formattedAttributedLeadingDotSyntax() test failed (#1422)
This test and other tests testing the dot syntax assume that the left hand side of the comparison is using the same locale as the right side, in which case is `Locale.autoupdatingCurrent`. This further assumes that the state of the host machine remains unchanged throughout the tests.
Fix this by specifying the locale of the left and right side so they don't depend on the current locale settings.
Addresses 154994643
0 commit comments