Replaced deprecated NBuilder calls.

This commit is contained in:
kay.one 2011-10-22 22:39:14 -07:00
commit f52620db70
14 changed files with 114 additions and 113 deletions

View file

@ -54,7 +54,7 @@ namespace NzbDrone.Core.Test.JobTests
{
//Setup
var fakeSeries = Builder<Series>.CreateListOfSize(10)
.WhereRandom(2)
.Random(2)
.With(s => s.BannerUrl = null)
.Build();