Skip to content

Commit

Permalink
Update location in license_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
darsh12 authored Apr 30, 2024
1 parent 803520e commit ed6a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spdxexp/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestGetLicenseRange(t *testing.T) {
location: map[uint8]int{licenseGroup: 2, versionGroup: 2, licenseIndex: 0}}},
{"multi-element ranges", "GFDL-1.2-only", &licenseRange{
licenses: []string{"GFDL-1.2", "GFDL-1.2-only"},
location: map[uint8]int{licenseGroup: 22, versionGroup: 1, licenseIndex: 1}}},
location: map[uint8]int{licenseGroup: 24, versionGroup: 1, licenseIndex: 1}}},
{"no range", "Bison-exception-2.2", nil},
}

Expand Down

0 comments on commit ed6a1ab

Please sign in to comment.