test: remove commented out code

Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
Alfredo Deza 2020-07-30 09:35:15 -04:00
parent 561f7577c1
commit 9c85296d49

View file

@ -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()
}