Skip to content

Commit

Permalink
Update expected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Apr 29, 2024
1 parent 7fdb0c4 commit 85aa5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/providers/summary/scancode-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('ScancodeSummarizerNew basic compatability', () => {
const coordinates = { type: 'pypi', provider: 'pypi' }
const harvestData = getHarvestData('32.0.8', 'pypi-complex-declared-license')
const result = summarizer.summarize(coordinates, harvestData)
assert.equal(result.licensed.declared, 'HPND')
assert.equal(result.licensed.declared, 'LicenseRef-scancode-secret-labs-2011')
})

it('summarizes github with a single declared license', () => {
Expand Down

0 comments on commit 85aa5c9

Please sign in to comment.