Skip to content

Commit

Permalink
Add export service
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jul 7, 2024
1 parent 507ef64 commit dcb1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrappers/mock/export-mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ func NewExportMockWrapper(exportPath string) wrappers.ExportWrapper {
}

func (e *ExportMockWrapper) GetExportPackage(scanID string) (*wrappers.ScaPackageCollectionExport, error) {
return nil, nil
return &wrappers.ScaPackageCollectionExport{}, nil
}

0 comments on commit dcb1e5f

Please sign in to comment.