Skip to content

Commit 2482d1d

Browse files
committed
chore(model): Remove a superfluous parameter name from a test name
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 7b0a3f7 commit 2482d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/test/kotlin/licenses/ResolvedLicenseInfoTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ResolvedLicenseInfoTest : WordSpec({
156156
}
157157
}
158158

159-
"applyChoices(licenseChoices)" should {
159+
"applyChoices()" should {
160160
"apply license choices on all licenses" {
161161
val choices = listOf(
162162
SpdxLicenseChoice("$APACHE OR $MIT".toSpdx(), MIT.toSpdx()),

0 commit comments

Comments
 (0)