Skip to content

Commit

Permalink
fix TUs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane ANDRE (E104915) committed Aug 29, 2024
1 parent 9b8ae18 commit d78451b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public void IsAfterReturnsFalseForGivenDateThatIsSame()
[Fact]
public void AtSetsHourAndMinutesProperly()
{
var expected = new DateTime(2002, 12, 17, 18, 06, 01, DateTimeKind.Utc);
var expected = new DateTime(2002, 12, 17, 18, 06, 00, DateTimeKind.Utc);
Assert.Equal(expected, new DateTime(2002, 12, 17, 17, 05, 01, DateTimeKind.Utc).At(18, 06));
}

Expand Down

0 comments on commit d78451b

Please sign in to comment.