Skip to content

Commit

Permalink
ToFrozenDictionary for date scrubbing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 3, 2024
1 parent 60e0585 commit 207a10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Verify/Serialization/Scrubbers/DateScrubber_Generated.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// <auto-generated />
static partial class DateScrubber
{
static Dictionary<string, CultureDate> cultureDates = new()
static IReadOnlyDictionary<string, CultureDate> cultureDates = new Dictionary<string, CultureDate>()
{
{
"",
Expand Down Expand Up @@ -1653,5 +1653,5 @@ static partial class DateScrubber
new(2023, 2, 22, 12, 10, 10, 10),
new(2023, 5, 7, 1, 0, 0))
},
};
}.ToFrozenDictionary();
}

0 comments on commit 207a10b

Please sign in to comment.