Fixed failing test
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user