From ad7edba2a52a75a9ecca1cccefc56ad33f5e3f0d Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Wed, 13 Mar 2024 17:07:52 -0400 Subject: [PATCH] remove dead test code Signed-off-by: Alex Goodman --- syft/pkg/cataloger/binary/elf_package_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/syft/pkg/cataloger/binary/elf_package_test.go b/syft/pkg/cataloger/binary/elf_package_test.go index 89072b571..a14948a7f 100644 --- a/syft/pkg/cataloger/binary/elf_package_test.go +++ b/syft/pkg/cataloger/binary/elf_package_test.go @@ -80,11 +80,6 @@ func Test_newELFPackage(t *testing.T) { }, } - // for _, test := range tests { - // t.Run(test.name, func(t *testing.T) { - // assert.Equal(t, test.expected, newELFPackage(test.metadata, file.NewLocationSet(), nil)) - // }) - // } for _, test := range tests { t.Run(test.name, func(t *testing.T) { actual := newELFPackage(test.metadata, file.NewLocationSet(), nil)