Skip to content

Commit

Permalink
test: remove unneeded case
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 21, 2024
1 parent f603143 commit 30babc5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/spdx/satisfies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 30babc5

Please sign in to comment.