Skip to content

Commit

Permalink
fix unit
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
David Wertenteil committed Apr 10, 2024
1 parent 1995f27 commit 3c7103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories/apiserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func TestAPIServerStore_GetSBOMp(t *testing.T) {
SBOMCreatorVersion: "v1.0.0",
Content: &v1beta1.SyftDocument{},
},
wantEmptySBOM: false, // SBOMp is not versioned
wantEmptySBOM: true,
},
{
name: "empty name",
Expand Down

0 comments on commit 3c7103c

Please sign in to comment.