Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Jun 14, 2024
1 parent af03090 commit b5a0d38
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/providers/summary/scancode/new-summarizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@ describe('ScanCodeNewSummarizer basic compatability', () => {
}
})

it('summarizes github with a single declared license', () => {
for (const scancodeVersion of SCANCODE_VERSIONS) {
const coordinates = { type: 'git', provider: 'github' }
const harvestData = getHarvestData(scancodeVersion, 'github-single-declared-license')
const result = summarizer.summarize(coordinates, harvestData)
assert.equal(result.licensed.declared, 'MIT')
}
})

it('summarizes pypi with a complex declared license', () => {
for (const scancodeVersion of SCANCODE_VERSIONS) {
const coordinates = { type: 'pypi', provider: 'pypi' }
Expand Down

0 comments on commit b5a0d38

Please # to comment.