Skip to content

Commit

Permalink
Merge pull request #16 from nodejs/fix-test
Browse files Browse the repository at this point in the history
test: fix sha cve id pr
  • Loading branch information
RafaelGSS authored Nov 25, 2024
2 parents 0748578 + 670b4ab commit 8d59e56
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 @@ -232,7 +232,7 @@ test('cve id', function (t) {
t.ok(list && list.length > 1, 'got a list')

t.deepEqual(list[list.length - 30], {
sha: 'de55c4c81dfb6cf13e5e2ae24ae88c9be4f5b598',
sha: '6c82ccd24e44167433126ba2bf4e95c8c4f41297',
authors: [
{ name: 'RafaelGSS', email: '[email protected]' }
],
Expand Down

0 comments on commit 8d59e56

Please sign in to comment.