mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
remove dead test code
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
e51d4bcda1
commit
ad7edba2a5
@ -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 {
|
for _, test := range tests {
|
||||||
t.Run(test.name, func(t *testing.T) {
|
t.Run(test.name, func(t *testing.T) {
|
||||||
actual := newELFPackage(test.metadata, file.NewLocationSet(), nil)
|
actual := newELFPackage(test.metadata, file.NewLocationSet(), nil)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user