From 4ee7d57b7dfe35469495597c409e8df84260af9a Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 18 Oct 2015 10:54:16 -0700 Subject: [PATCH] lrn2spell --- .../DecisionEngineTests/HistorySpecificationFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core.Test/DecisionEngineTests/HistorySpecificationFixture.cs b/src/NzbDrone.Core.Test/DecisionEngineTests/HistorySpecificationFixture.cs index 32af201b5..9fe56a43c 100644 --- a/src/NzbDrone.Core.Test/DecisionEngineTests/HistorySpecificationFixture.cs +++ b/src/NzbDrone.Core.Test/DecisionEngineTests/HistorySpecificationFixture.cs @@ -99,7 +99,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests } [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();