Fixed broken test

This commit is contained in:
Mark McDowall 2013-12-03 15:19:26 -08:00
parent 831c0a40b1
commit 7ebc9e3980
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ namespace NzbDrone.Core.Test.HistoryTests
{
var history = Builder<History.History>
.CreateListOfSize(5)
.All()
.With(c => c.EventType = HistoryEventType.Unknown)
.Random(3)
.With(c => c.EventType = HistoryEventType.Grabbed)
.BuildListOfNew();