Skip to content

Commit 4e2bf4d

Browse files
committed
test(black-duck): Fix-up a package identifier
This is fix-up for ae2ae6e. Signed-off-by: Frank Viernau <x9fviern@zeiss.com>
1 parent 3f4423c commit 4e2bf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/advisors/black-duck/src/funTest/kotlin/BlackDuckFunTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class BlackDuckFunTest : WordSpec({
8585
val packages = setOf(
8686
"Github::behdad/harbuzz:2.2.0" to "github:behdad/harfbuzz:2.2.0",
8787
"NuGet::Bunkum:4.0.0" to "nuget:Bunkum/4.0.0",
88-
"Pypi:donfig:0.2.0" to "pypi:donfig/0.2.0"
88+
"PyPI::donfig:0.2.0" to "pypi:donfig/0.2.0"
8989
).mapTo(mutableSetOf()) { (coordinates, originId) ->
9090
Package.EMPTY.copy(
9191
id = Identifier(coordinates),

0 commit comments

Comments
 (0)