Skip to content

Commit 983ccea

Browse files
author
Hans-christian
committed
fix: UT for conformsTO and documentation
1 parent b3dbfe2 commit 983ccea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/github/genomicdatainfrastructure/discovery/datasets/infrastructure/ckan/mapper/CkanDatasetsMapperTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,8 @@ private static SearchedDataset buildSearchedDataset() {
494494
.issuedDate("2025-03-19")
495495
.modifiedDate("2025-03-19T13:37:05Z")
496496
.language(getValueLabels("language", "en"))
497+
.conformsTo(List.of())
498+
.documentation(List.of())
497499
.build());
498500
}
499501

0 commit comments

Comments
 (0)