mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
chore(server): update dependencies (#380)
* fix(filters): failing test * chore: update go dependencies
This commit is contained in:
parent
c5d30c0515
commit
6196dcaab9
3 changed files with 95 additions and 295 deletions
|
@ -1390,8 +1390,8 @@ func TestFilter_CheckFilter1(t *testing.T) {
|
|||
Origins: []string{"SCENE"},
|
||||
},
|
||||
args: args{&Release{TorrentName: "Gillan - Future Shock", ReleaseTags: "FLAC / Lossless / Log / 100% / Cue / CD / Scene"}},
|
||||
wantRejections: []string{"origin not matching. got: want: [SCENE]"},
|
||||
wantMatch: false,
|
||||
wantRejections: nil,
|
||||
wantMatch: true,
|
||||
},
|
||||
{
|
||||
name: "test_27",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue