From 9af17522cc6e02dabedb25f9d28b3ca69677f9cc Mon Sep 17 00:00:00 2001 From: darsh12 Date: Tue, 30 Apr 2024 08:23:26 +0300 Subject: [PATCH] Update location in license_test.go --- spdxexp/license_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spdxexp/license_test.go b/spdxexp/license_test.go index 07896d1..02f1686 100644 --- a/spdxexp/license_test.go +++ b/spdxexp/license_test.go @@ -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}, }