Skip to content

Commit

Permalink
test(spdx-utils): Rename a block of tests after the function
Browse files Browse the repository at this point in the history
Align with the naming of similar blocks.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Feb 14, 2024
1 parent b5e6dff commit 08d58bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/spdx/src/test/kotlin/SpdxExpressionTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 08d58bd

Please sign in to comment.