mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
test: remove commented out code
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
561f7577c1
commit
9c85296d49
1 changed files with 0 additions and 4 deletions
|
@ -227,13 +227,9 @@ func TestPkgCoverageImage(t *testing.T) {
|
|||
expectedResults := test.expectedFn(*theScope, catalog, theStore)
|
||||
|
||||
// build expected match set...
|
||||
//expectedMatchSet := internal.NewStringSet()
|
||||
expectedMatches := map[string]string{}
|
||||
//expectedCount := 0
|
||||
for eMatch := range expectedResults.Enumerate() {
|
||||
//expectedCount++
|
||||
// NOTE: this does not include all fields...
|
||||
//expectedMatchSet.Add(eMatch.String())
|
||||
expectedMatches[eMatch.Package.Name] = eMatch.String()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue