mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed broken test
This commit is contained in:
@@ -47,6 +47,8 @@ namespace NzbDrone.Core.Test.HistoryTests
|
|||||||
{
|
{
|
||||||
var history = Builder<History.History>
|
var history = Builder<History.History>
|
||||||
.CreateListOfSize(5)
|
.CreateListOfSize(5)
|
||||||
|
.All()
|
||||||
|
.With(c => c.EventType = HistoryEventType.Unknown)
|
||||||
.Random(3)
|
.Random(3)
|
||||||
.With(c => c.EventType = HistoryEventType.Grabbed)
|
.With(c => c.EventType = HistoryEventType.Grabbed)
|
||||||
.BuildListOfNew();
|
.BuildListOfNew();
|
||||||
|
|||||||
Reference in New Issue
Block a user