Skip to content

Commit

Permalink
test(osv): Update a test assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau authored and sschuberth committed Oct 10, 2023
1 parent a6fb373 commit 8aa8704
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion clients/osv/src/funTest/kotlin/OsvServiceFunTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ class OsvServiceFunTest : StringSpec({

result.shouldBeSuccess {
it shouldBe listOf(
listOf("OSV-2020-484"),
listOf(
"CVE-2021-45931",
"CVE-2023-25193",
"OSV-2020-484"
),
emptyList(),
listOf(
"GHSA-462w-v97r-4m45",
Expand Down

0 comments on commit 8aa8704

Please sign in to comment.