mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: (AnimeBytes) Fix tests for release title structure change
This commit is contained in:
parent
40f4e1b82a
commit
29f049f766
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace NzbDrone.Core.Test.IndexerTests.AnimeBytesTests
|
|||
|
||||
var secondTorrentInfo = releases.Skip(2).First() as TorrentInfo;
|
||||
|
||||
secondTorrentInfo.Title.Should().Be("Cowboy Bebop: Tengoku no Tobira 2001 [Polarwindz] [Blu-ray][MKV][h265 10-bit][1080p][Opus 5.1][Softsubs (Polarwindz)]");
|
||||
secondTorrentInfo.Title.Should().Be("[Polarwindz] Cowboy Bebop: Tengoku no Tobira 2001 [Blu-ray][MKV][h265 10-bit][1080p][Opus 5.1][Softsubs (Polarwindz)]");
|
||||
secondTorrentInfo.DownloadProtocol.Should().Be(DownloadProtocol.Torrent);
|
||||
secondTorrentInfo.DownloadUrl.Should().Be("https://animebytes.tv/torrent/959397/download/somepass");
|
||||
secondTorrentInfo.InfoUrl.Should().Be("https://animebytes.tv/torrent/959397/group");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue