mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-29 16:20:52 +02:00
Fix tests for PHD
This commit is contained in:
parent
9ea8335aa0
commit
d99398d3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public async Task should_parse_recent_feed_from_PrivateHD()
|
|||
torrentInfo.InfoUrl.Should().Be("https://privatehd.to/torrent/78506-godzilla-2014-2160p-uhd-bluray-remux-hdr-hevc-atmos-triton");
|
||||
torrentInfo.CommentUrl.Should().BeNullOrEmpty();
|
||||
torrentInfo.Indexer.Should().Be(Subject.Definition.Name);
|
||||
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2021-03-21 05:24:49"));
|
||||
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2021-03-21 04:24:49"));
|
||||
torrentInfo.Size.Should().Be(69914591044);
|
||||
torrentInfo.InfoHash.Should().Be("a879261d4e6e792402f92401141a21de70d51bf2");
|
||||
torrentInfo.MagnetUrl.Should().Be(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue