mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Added BuildDateTime to central dispatch
This commit is contained in:
parent
b6360eba26
commit
1ba959298b
3 changed files with 21 additions and 1 deletions
|
@ -90,5 +90,11 @@ namespace NzbDrone.Core.Test
|
|||
{
|
||||
CentralDispatch.Version.Should().NotBeNull();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void BuildDate_should_be_today()
|
||||
{
|
||||
CentralDispatch.BuildDateTime.Should().BeWithin(TimeSpan.FromHours(10));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue