mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
chore(tests): correct typos (#1715)
This commit is contained in:
parent
080274e4da
commit
c3824f3519
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ func TestRelease_Parse(t *testing.T) {
|
||||||
want: Release{
|
want: Release{
|
||||||
TorrentName: "Analogue.1080i.AHDTV.H264-ABCDEF",
|
TorrentName: "Analogue.1080i.AHDTV.H264-ABCDEF",
|
||||||
Title: "Analogue",
|
Title: "Analogue",
|
||||||
Resolution: "1080p", // rls does not differenciate between 1080i and 1080p which results in all 1080 releases being parsed as 1080p
|
Resolution: "1080p", // rls does not differentiate between 1080i and 1080p which results in all 1080 releases being parsed as 1080p
|
||||||
Source: "AHDTV",
|
Source: "AHDTV",
|
||||||
Codec: []string{"H.264"},
|
Codec: []string{"H.264"},
|
||||||
Group: "ABCDEF",
|
Group: "ABCDEF",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue