Skip to content

Commit 4368fb1

Browse files
committed
test(model): Add noticeFilenames to OrtConfigurationTest
This is a fixup for a71ed8b. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 0839b7b commit 4368fb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/src/test/kotlin/config/OrtConfigurationTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class OrtConfigurationTest : WordSpec({
6969

7070
with(ortConfig.licenseFilePatterns) {
7171
licenseFilenames should containExactly("license*")
72+
noticeFilenames should containExactly("notice*")
7273
patentFilenames should containExactly("patents")
7374
otherLicenseFilenames should containExactly("readme*")
7475
}

0 commit comments

Comments
 (0)