Skip to content

Commit

Permalink
Fixing test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
febuiles committed Nov 28, 2023
1 parent a6d4686 commit a93fa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ test('it properly filters multiple GHSAs', async () => {
expect(newVulns.length).toEqual(oldVulns.length - 3)
})

test('it properly filters multiple GHSAs', async () => {
test('it filters out GHSA dependencies', async () => {
const lodash = filterAllowedAdvisories(
['GHSA-jf85-cpcp-j695'],
[lodashChange]
Expand Down

0 comments on commit a93fa86

Please sign in to comment.