Skip to content

Commit

Permalink
improve test names
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 21, 2023
1 parent c704d73 commit 54698d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions processor/detector_license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestLicenceDetector_Detect(t *testing.T) {
want []License
}{
{
name: "spdx identifier gpl",
name: "spdx identifier gpl multiple",
fields: fields{true},
args: args{
filename: "",
Expand Down Expand Up @@ -77,7 +77,7 @@ func TestLicenceDetector_Detect(t *testing.T) {
},
},
{
name: "spdx identifier lgpl",
name: "spdx identifier lgpl multiple",
fields: fields{true},
args: args{
filename: "",
Expand All @@ -97,7 +97,7 @@ func TestLicenceDetector_Detect(t *testing.T) {
},
},
{
name: "spdx identifier bsd3",
name: "spdx identifier bsd3 singular",
fields: fields{true},
args: args{
filename: "",
Expand Down

0 comments on commit 54698d5

Please sign in to comment.