Fixed failing test

This commit is contained in:
Daniel Wathen
2022-12-09 15:13:13 -07:00
parent 0b28c39b16
commit 8f96e31121
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ namespace ReportingServices.Test
public void CheckStartDateForDayPassedInAndHoursAdded()
{
// Arrange
string date = "2022-11-23 0:0:0";
string date = "2022-11-23 00:00:00";
// Act
string callerDate = APIHelperFunctions.GetDateWithOffsetAsAPIString("11/23/2022 12:30 PM", -12.5f);