Skip to content

Commit 02ac5cc

Browse files
Update expected Korean date formatting (dotnet/runtime#69787)
1 parent 168e96a commit 02ac5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/test/E2ETest/Tests/WebAssemblyICUShardingTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void LoadingApp_KoreanLanguage_Works()
5353
Assert.Equal(culture.ToString(), cultureDisplay.Text);
5454

5555
var dateDisplay = Browser.Exists(By.Id("dateTime"));
56-
Assert.Equal("2020. 9. 2. 오전 12:00:00", dateDisplay.Text);
56+
Assert.Equal("2020. 9. 2. 00:00:00", dateDisplay.Text);
5757

5858
var localizedDisplay = Browser.Exists(By.Id("localizedString"));
5959
// The app has a "ko" resx file. This test verifies that we can walk up the culture hierarchy correctly.

0 commit comments

Comments
 (0)