mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-22 15:54:36 +00:00
Fixed broken test
This commit is contained in:
@@ -55,6 +55,7 @@ namespace NzbDrone.Core.Test.TvTests.EpisodeRepositoryTests
|
||||
public void should_only_contain_episodes_for_the_given_series()
|
||||
{
|
||||
var episodeFile = Builder<EpisodeFile>.CreateNew()
|
||||
.With(f => f.Path = "another path")
|
||||
.BuildNew();
|
||||
|
||||
Db.Insert(episodeFile);
|
||||
|
||||
Reference in New Issue
Block a user