mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
fix DpkgMetadata.Files test to ensure it is never nil
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
ba3407a767
commit
c56690fc52
@ -110,6 +110,7 @@ func TestMultiplePackages(t *testing.T) {
|
|||||||
Architecture: "all",
|
Architecture: "all",
|
||||||
InstalledSize: 3036,
|
InstalledSize: 3036,
|
||||||
Maintainer: "GNU Libc Maintainers <debian-glibc@lists.debian.org>",
|
Maintainer: "GNU Libc Maintainers <debian-glibc@lists.debian.org>",
|
||||||
|
Files: []pkg.DpkgFileRecord{},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Package: "util-linux",
|
Package: "util-linux",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user