mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 16:55:49 +00:00
Fixed broken test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user