Added compile date to footer

This commit is contained in:
kay.one 2011-10-11 19:39:46 -07:00
commit 87fe19ab4e
5 changed files with 6 additions and 5 deletions

View file

@ -92,9 +92,9 @@ namespace NzbDrone.Core.Test
}
[Test]
public void BuildDate_should_be_today()
public void BuildDate_should_be_within_the_hour()
{
CentralDispatch.BuildDateTime.Should().BeWithin(TimeSpan.FromHours(10));
CentralDispatch.BuildDateTime.Should().BeWithin(TimeSpan.FromHours(1));
}
}
}