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
Call SetLocale("en-us") first, then SetLocale("ar"), and assert "ar".
Previously the order was reversed so the test expected "ar" while the
implementation correctly kept the last value "en-us"; the assertion
was wrong. Now the test validates that the second call overwrites
the locale.
0 commit comments