mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
chore: fix unit tests
This commit is contained in:
parent
0989774712
commit
29063894fe
3 changed files with 5 additions and 5 deletions
|
@ -494,7 +494,7 @@ namespace Ombi.Core.Tests.Engine
|
|||
MusicRequestLimitType = RequestLimitType.Month,
|
||||
Id = "id1"
|
||||
};
|
||||
var today = DateTime.UtcNow;
|
||||
var today = new DateTime(2022, 2, 2, 13, 0, 0);
|
||||
var firstDayOfMonth = new DateTime(today.Year, today.Month, 1);
|
||||
var log = new List<RequestLog>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue