Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Nov 15, 2024
1 parent 6a74fff commit 5b5e27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grype/db/v6/affected_cpe_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestAffectedCPEStore_AddAffectedCPEs(t *testing.T) {
db := setupTestDB(t)
db := setupTestStore(t).db
bw := newBlobStore(db)
s := newAffectedCPEStore(db, bw)

Expand Down Expand Up @@ -50,7 +50,7 @@ func TestAffectedCPEStore_AddAffectedCPEs(t *testing.T) {
}

func TestAffectedCPEStore_GetCPEsByProduct(t *testing.T) {
db := setupTestDB(t)
db := setupTestStore(t).db
bw := newBlobStore(db)
s := newAffectedCPEStore(db, bw)

Expand Down

0 comments on commit 5b5e27b

Please sign in to comment.