Skip to content

Commit 7e0bbc3

Browse files
committed
tests
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 174232e commit 7e0bbc3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ suite('integration: Utils.LicenseUtility.LicenseEvidenceGatherer', () => {
109109
'/LICENSE': 'LICENSE file expected',
110110
'/LICENCE': 'LICENCE file expected',
111111
'/UNLICENSE': 'UNLICENSE file expected',
112-
'/UNLICENCE': 'UNLICENCE file expected',
113112
'/NOTICE': 'NOTICE file expected',
114113
'/---some-.licenses-below': 'unexpected file',
115114
'/MIT.license': 'MIT.license file expected',
@@ -149,15 +148,6 @@ suite('integration: Utils.LicenseUtility.LicenseEvidenceGatherer', () => {
149148
encoding: AttachmentEncoding.Base64
150149
})
151150
},
152-
{
153-
filePath: `${sep}UNLICENCE`,
154-
file: 'UNLICENCE',
155-
text: new Attachment(
156-
'VU5MSUNFTkNFIGZpbGUgZXhwZWN0ZWQ=', {
157-
contentType: 'text/plain',
158-
encoding: AttachmentEncoding.Base64
159-
})
160-
},
161151
{
162152
filePath: `${sep}UNLICENSE`,
163153
file: 'UNLICENSE',

0 commit comments

Comments
 (0)