Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 4, 2025
1 parent fec3fad commit 12ec334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/Verify.Tests/DateScrubberTests.GetCultureDates.verified.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@
AbbreviatedDayNameShort: 3,
DateSeparator: 1,
TimeSeparator: 1,
EraLong: 4,
EraShort: 4
EraLong: 2,
EraShort: 2
},
child: {
AmPmLong: 2,
AmPmShort: 2,
MonthNameLong: 9,
MonthNameShort: 3,
AbbreviatedMonthNameLong: 3,
AbbreviatedMonthNameLong: 4,
AbbreviatedMonthNameShort: 3,
DayNameLong: 9,
DayNameShort: 6,
AbbreviatedDayNameLong: 3,
AbbreviatedDayNameShort: 3,
DateSeparator: 1,
TimeSeparator: 1,
EraLong: 4,
EraShort: 4
EraLong: 2,
EraShort: 2
}
}
2 changes: 1 addition & 1 deletion src/Verify.Tests/DateScrubberTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Task GetCultureDates() =>
{
invarient = DateFormatLengthCalculator.GetCultureLengthInfo(CultureInfo.InvariantCulture),
parent = DateFormatLengthCalculator.GetCultureLengthInfo(CultureInfo.GetCultureInfo("en")),
child = DateFormatLengthCalculator.GetCultureLengthInfo(CultureInfo.GetCultureInfo("en-AU"))
child = DateFormatLengthCalculator.GetCultureLengthInfo(CultureInfo.GetCultureInfo("en-GB"))
});

[Theory]
Expand Down

0 comments on commit 12ec334

Please sign in to comment.