mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-18 02:40:47 +02:00
Fixed: (Filelist) Use UTC in tests
This commit is contained in:
parent
6e1bef13e2
commit
fc25ba7ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public async Task should_parse_recent_feed_from_FileList()
|
|||
torrentInfo.InfoUrl.Should().Be("https://filelist.io/details.php?id=665873");
|
||||
torrentInfo.CommentUrl.Should().BeNullOrEmpty();
|
||||
torrentInfo.Indexer.Should().Be(Subject.Definition.Name);
|
||||
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2020-01-25 14:20:19"));
|
||||
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2020-01-25 20:20:19").ToUniversalTime());
|
||||
torrentInfo.Size.Should().Be(8300512414);
|
||||
torrentInfo.InfoHash.Should().Be(null);
|
||||
torrentInfo.MagnetUrl.Should().Be(null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue