Skip to content

Commit

Permalink
Update SerializationTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 2, 2023
1 parent 3c0d681 commit c0a3c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Verify.Tests/Serialization/SerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,8 @@ public async Task ShouldScrubDatetime()
DateTimeOffset = dateTimeOffset,
DateTimeOffsetNullable = dateTimeOffset.AddDays(1),
DateTimeOffsetString = dateTimeOffset.AddDays(2).ToString("F"),
Time = new(10, 10),
TimeString = new Time(10, 10).ToString(),
Time = new(10, 11),
TimeString = "10:11 AM",
NamedTime = new(1, 1),
InstanceNamedTime = new(1, 2),
Date = new(2020, 10, 10),
Expand Down

0 comments on commit c0a3c00

Please sign in to comment.