Skip to content

Commit

Permalink
test(advisor): Update a NuGet identifier
Browse files Browse the repository at this point in the history
Update a NuGet identifier to use a namespace as the analyzer would find
it since [1].

[1]: #6046

Signed-off-by: Martin Nonnenmacher <[email protected]>
  • Loading branch information
mnonnenmacher committed Sep 21, 2023
1 parent f1bb9c8 commit 2a7d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advisor/src/funTest/kotlin/OsvFunTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OsvFunTest : StringSpec({
"Go::github.com/nats-io/nats-server/v2:2.1.0",
"Maven:com.jfinal:jfinal:1.4",
"NPM::rebber:1.0.0",
"NuGet::Microsoft.ChakraCore:1.10.0",
"NuGet:Microsoft:ChakraCore:1.10.0",
"Pub::http:0.13.1",
"PyPI::Plone:3.2"
).mapTo(mutableSetOf()) {
Expand Down

0 comments on commit 2a7d3f5

Please sign in to comment.