fix: sbom/detect/TestNodeDetector
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
This commit is contained in:
Родитель
9b2a688702
Коммит
f5d502f41f
|
@ -44,7 +44,7 @@ func TestNodeDetector(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Fail()
|
||||
}
|
||||
packages := nodePackageDetector()([]types.Package{}, *src, lm)
|
||||
packages := nodePackageDetector()([]types.Package{}, src, &lm)
|
||||
if len(packages) != 1 {
|
||||
t.Errorf("Expected package missing")
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче