1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

lrn2spell

This commit is contained in:
Mark McDowall 2015-10-18 10:54:16 -07:00
parent 6ff754eec0
commit 4ee7d57b7d

View File

@ -99,7 +99,7 @@ public void should_return_true_if_latest_history_has_a_download_id()
}
[Test]
public void should_return_true_if_latest_history_item_is_older_than_twleve_hours()
public void should_return_true_if_latest_history_item_is_older_than_twelve_hours()
{
GivenMostRecentForEpisode(FIRST_EPISODE_ID, string.Empty, _notupgradableQuality, DateTime.UtcNow.AddHours(-13), HistoryEventType.DownloadFailed);
_upgradeHistory.IsSatisfiedBy(_parseResultMulti, null).Accepted.Should().BeTrue();