Skip to content

Commit 670b4ab

Browse files
committed
test: fix sha cve id pr
1 parent 0748578 commit 670b4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ test('cve id', function (t) {
232232
t.ok(list && list.length > 1, 'got a list')
233233

234234
t.deepEqual(list[list.length - 30], {
235-
sha: 'de55c4c81dfb6cf13e5e2ae24ae88c9be4f5b598',
235+
sha: '6c82ccd24e44167433126ba2bf4e95c8c4f41297',
236236
authors: [
237237
{ name: 'RafaelGSS', email: '[email protected]' }
238238
],

0 commit comments

Comments
 (0)