chore(server): update dependencies (#380)

* fix(filters): failing test

* chore: update go dependencies
This commit is contained in:
ze0s 2022-07-29 14:31:49 +02:00 committed by GitHub
parent c5d30c0515
commit 6196dcaab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 295 deletions

View file

@ -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",