Skip to content

Commit d97ae31

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2b86c5e commit d97ae31

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/integration/Utils.LicenseUtility.LicenseEvidenceGatherer.node.test.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919

2020
const assert = require('node:assert')
21-
const { sep} = require('node:path')
21+
const { sep } = require('node:path')
2222

2323
const { memfs } = require('memfs')
2424
const { suite, test } = require('mocha')
@@ -30,10 +30,6 @@ const {
3030
} = require('../../')
3131

3232
suite('integration: Utils.LicenseUtility.LicenseEvidenceGatherer', () => {
33-
34-
35-
36-
3733
test('no path -> throws', () => {
3834
const { fs } = memfs({ '/': {} })
3935
const leg = new LicenseEvidenceGatherer({ fs })

0 commit comments

Comments
 (0)