1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Fixed broken test

This commit is contained in:
Mark McDowall 2014-03-06 01:52:34 -08:00
parent fb5bd4994a
commit 715f6c3263

View File

@ -55,6 +55,7 @@ public void should_only_get_files_that_have_episode_files()
public void should_only_contain_episodes_for_the_given_series() public void should_only_contain_episodes_for_the_given_series()
{ {
var episodeFile = Builder<EpisodeFile>.CreateNew() var episodeFile = Builder<EpisodeFile>.CreateNew()
.With(f => f.Path = "another path")
.BuildNew(); .BuildNew();
Db.Insert(episodeFile); Db.Insert(episodeFile);