DailyReportServiceTest fix mock data

This commit is contained in:
ngfrolov 2023-12-29 14:40:10 +05:00
parent 31cac5710a
commit eafc4566d8
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -238,9 +238,9 @@ public class DailyReportServiceTest
fakeDatesRange = new DatesRangeDto
{
From = fakeFirstFactWellOperation.DateStart.Date,
To = fakeLastFactWellOperation.DateStart.Date
};
From = fakeFirstFactWellOperation.DateStart.DateTime,
To = fakeLastFactWellOperation.DateStart.DateTime
};
dailyReportService = new DailyReportService(wellServiceMock,
trajectoryFactNnbRepositoryMock,