File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
utils/spdx/src/test/kotlin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import org.ossreviewtoolkit.utils.spdx.parser.SpdxExpressionParser
3535import org.ossreviewtoolkit.utils.spdx.parser.Token
3636
3737class SpdxSimpleLicenseMappingTest : WordSpec ({
38- " The license map " should {
38+ " The simple license mapping " should {
3939 " not contain any duplicate keys with respect to capitalization" {
4040 val keys = SpdxSimpleLicenseMapping .simpleLicenseMapping.keys.toMutableList()
4141 val uniqueKeys = SpdxSimpleLicenseMapping .simpleExpressionMapping.keys
@@ -59,7 +59,7 @@ class SpdxSimpleLicenseMappingTest : WordSpec({
5959 }
6060 }
6161
62- " The mapping" should {
62+ " The simple expression mapping" should {
6363 " contain only single ID strings" {
6464 val ids = SpdxSimpleLicenseMapping .simpleExpressionMapping.keys +
6565 SpdxSimpleLicenseMapping .deprecatedExpressionMapping.keys
You can’t perform that action at this time.
0 commit comments