fix DpkgMetadata.Files test to ensure it is never nil

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2021-04-09 08:46:59 -04:00
parent ba3407a767
commit c56690fc52
No known key found for this signature in database
GPG Key ID: 5CB45AE22BAB7EA7

View File

@ -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",