Skip to content

Commit

Permalink
test: Fix test (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Feb 21, 2024
1 parent 59801b3 commit 0aa267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import spdxLicenseList from '.';

test('main', t => {
t.is(spdxLicenseList.MIT.name, 'MIT License');
t.is(spdxLicenseList.MIT.url, 'https://opensource.org/licenses/mit');
t.is(spdxLicenseList.MIT.url, 'https://opensource.org/license/mit/');
t.true(require('./full').MIT.licenseText.length > 0);
t.true(require('./simple').has('MIT'));
t.is(require('./licenses/MIT').name, 'MIT License');
Expand Down

0 comments on commit 0aa267c

Please sign in to comment.