From 08d58bd127e3cceb5ef3cbd61152608d0dce3311 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 14 Feb 2024 16:57:20 +0100 Subject: [PATCH] test(spdx-utils): Rename a block of tests after the function Align with the naming of similar blocks. Signed-off-by: Sebastian Schuberth --- utils/spdx/src/test/kotlin/SpdxExpressionTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/spdx/src/test/kotlin/SpdxExpressionTest.kt b/utils/spdx/src/test/kotlin/SpdxExpressionTest.kt index f03a7daee8ea4..c0e56fcb423cd 100644 --- a/utils/spdx/src/test/kotlin/SpdxExpressionTest.kt +++ b/utils/spdx/src/test/kotlin/SpdxExpressionTest.kt @@ -262,7 +262,7 @@ class SpdxExpressionTest : WordSpec({ } } - "The expression parser" should { + "parse()" should { "parse a license id correctly" { val actualExpression = "spdx.license-id".toSpdx() val expectedExpression = SpdxLicenseIdExpression("spdx.license-id")