Skip to content

Commit fa3e93f

Browse files
committed
test(model): Add noticeFilenames to OrtConfigurationTest
This is a fixup for a71ed8b. Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 555bc12 commit fa3e93f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)