Skip to content

Commit a93fa86

Browse files
author
Federico Builes
committed
Fixing test name.
1 parent a6d4686 commit a93fa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/filter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ test('it properly filters multiple GHSAs', async () => {
203203
expect(newVulns.length).toEqual(oldVulns.length - 3)
204204
})
205205

206-
test('it properly filters multiple GHSAs', async () => {
206+
test('it filters out GHSA dependencies', async () => {
207207
const lodash = filterAllowedAdvisories(
208208
['GHSA-jf85-cpcp-j695'],
209209
[lodashChange]

0 commit comments

Comments
 (0)