Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zalborzi committed Jul 26, 2024
1 parent 3729a80 commit e9a9c20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ void can_parse() {
.modifiedAt(parse("2024-03-19T13:37:05.472970", DATE_FORMATTER))
.build()
))
.contacts(List.of())
.datasetRelationships(List.of())
.dataDictionary(List.of())
.build();

assertThat(actual)
Expand Down

0 comments on commit e9a9c20

Please sign in to comment.