diff options
| author | Paul-Christian Volkmer | 2025-10-22 13:09:50 +0200 |
|---|---|---|
| committer | GitHub | 2025-10-22 13:09:50 +0200 |
| commit | 004e1021c8156bf81f85ac5ad1ef6d260392dc6f (patch) | |
| tree | 9b448c286e5023440a60633e5dc58a25545aac2b /src/test/kotlin/dev/dnpm/etl | |
| parent | 8ccda539b1923dd793744467b780ffc4c2897e71 (diff) | |
Merge pull request #154
Diffstat (limited to 'src/test/kotlin/dev/dnpm/etl')
| -rw-r--r-- | src/test/kotlin/dev/dnpm/etl/processor/services/ConsentProcessorTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/kotlin/dev/dnpm/etl/processor/services/ConsentProcessorTest.kt b/src/test/kotlin/dev/dnpm/etl/processor/services/ConsentProcessorTest.kt index 4d414c5..bbc8b1a 100644 --- a/src/test/kotlin/dev/dnpm/etl/processor/services/ConsentProcessorTest.kt +++ b/src/test/kotlin/dev/dnpm/etl/processor/services/ConsentProcessorTest.kt @@ -80,7 +80,7 @@ class ConsentProcessorTest { val checkResult = consentProcessor.consentGatedCheckAndTryEmbedding(inputMtb) assertThat(checkResult).isTrue - assertThat(inputMtb.metadata.researchConsents).hasSize(26) + assertThat(inputMtb.metadata.researchConsents).isNotEmpty } companion object { |
