mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
fixed broken test
This commit is contained in:
parent
5c08e423a5
commit
370ab86dca
1 changed files with 45 additions and 45 deletions
|
|
@ -93,7 +93,7 @@ namespace NzbDrone.Core.Test.Datastore
|
||||||
var loadedEpisode = Db.Single<History.History>().Episode.Value;
|
var loadedEpisode = Db.Single<History.History>().Episode.Value;
|
||||||
|
|
||||||
loadedEpisode.Should().NotBeNull();
|
loadedEpisode.Should().NotBeNull();
|
||||||
loadedEpisode.ShouldHave().AllProperties().EqualTo(episode);
|
loadedEpisode.ShouldHave().AllProperties().But(c => c.SeriesTitle).EqualTo(episode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue