diff --git a/internal/spdx/satisfies_test.go b/internal/spdx/satisfies_test.go index 2a4975acaa..5d1044e7d2 100644 --- a/internal/spdx/satisfies_test.go +++ b/internal/spdx/satisfies_test.go @@ -291,13 +291,6 @@ func TestSatisfies(t *testing.T) { {"C", "E"}, }, }, - { - license: "A WITH B", - pass: [][]string{ - {"A WITH B"}, - }, - fail: [][]string{}, - }, } for _, tt := range tests { for _, variant := range tt.pass {