Fixed: Include matching value of preferred word regex, not actual regex

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2019-02-27 22:09:08 -05:00
parent 27ebe36454
commit 1cc12446b6
11 changed files with 147 additions and 88 deletions
@@ -30,7 +30,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
}
};
Mocker.SetConstant<ITermMatcher>(Mocker.Resolve<TermMatcher>());
Mocker.SetConstant<ITermMatcherService>(Mocker.Resolve<TermMatcherService>());
}
private void GivenRestictions(string required, string ignored)