Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 9, 2024
1 parent a9ae10f commit 8343fc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class GetReleasedDataEndpointTest(
"accession", "version", "accessionVersion", "submissionId" -> {}
"dataUseTerms" -> assertThat(value, `is`(TextNode("OPEN")))
"submittedDate" -> assertThat(value, `is`(TextNode(Clock.System.now().toLocalDateTime(TimeZone.UTC).date.toString())))
"releasedDate" -> assertThat(value, `is`(TextNode(Clock.System.now().toLocalDateTime(TimeZone.UTC).date.toString())))
else -> assertThat("value for $key", value, `is`(NullNode.instance))
}
}
Expand Down

0 comments on commit 8343fc9

Please sign in to comment.