mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Upgraded to NBuilder 3.
This commit is contained in:
parent
e87cdbde44
commit
88b8c053fc
23 changed files with 343 additions and 352 deletions
|
@ -25,9 +25,9 @@ namespace NzbDrone.Core.Test
|
|||
.Build();
|
||||
|
||||
var episodes = Builder<Episode>.CreateListOfSize(2)
|
||||
.WhereTheFirst(1).Has(s => s.EpisodeId = 12)
|
||||
.TheFirst(1).Has(s => s.EpisodeId = 12)
|
||||
.AndTheNext(1).Has(s => s.EpisodeId = 99)
|
||||
.WhereAll().Has(s => s.SeriesId = 5)
|
||||
.All().Has(s => s.SeriesId = 5)
|
||||
.Build();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue