mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +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",
|
||||
InstalledSize: 3036,
|
||||
Maintainer: "GNU Libc Maintainers <debian-glibc@lists.debian.org>",
|
||||
Files: []pkg.DpkgFileRecord{},
|
||||
},
|
||||
{
|
||||
Package: "util-linux",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user