Skip to content

Commit a8d1c97

Browse files
authored
test(bindings): update expected result for commit query (#5034)
1 parent 1bbc8a6 commit a8d1c97

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bindings/go/osvdev/osvdev_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ func TestOSVClient_QueryBatch(t *testing.T) {
107107
"GHSA-5w9c-rv96-fr7g",
108108
},
109109
{ // Commit
110-
"CVE-2024-2002",
111110
"OSV-2023-890",
112111
},
113112
// non-existent package
@@ -281,7 +280,6 @@ func TestOSVClient_Query(t *testing.T) {
281280
},
282281
},
283282
wantIDs: []string{
284-
"CVE-2024-2002",
285283
"OSV-2023-890",
286284
},
287285
},

0 commit comments

Comments
 (0)