Skip to content

Commit

Permalink
Fix data capture tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Nov 1, 2022
1 parent 9bad178 commit 1fa7823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class MaxValueConstraintValidatorTest {
extension =
listOf(
Extension(
EXTENSION_CQF_CALCULATED_VALUE_URL,
CQF_CALCULATED_EXPRESSION_URL,
Expression().apply {
language = "text/fhirpath"
expression = "today()"
Expand Down Expand Up @@ -160,7 +160,7 @@ class MaxValueConstraintValidatorTest {
extension =
listOf(
Extension(
EXTENSION_CQF_CALCULATED_VALUE_URL,
CQF_CALCULATED_EXPRESSION_URL,
Expression().apply {
language = "text/fhirpath"
expression = "today() + 5 'days' "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class MinValueConstraintValidatorTest {
extension =
listOf(
Extension(
EXTENSION_CQF_CALCULATED_VALUE_URL,
CQF_CALCULATED_EXPRESSION_URL,
Expression().apply {
language = "text/fhirpath"
expression = "today() - 1 'days'"
Expand Down Expand Up @@ -161,7 +161,7 @@ class MinValueConstraintValidatorTest {
extension =
listOf(
Extension(
EXTENSION_CQF_CALCULATED_VALUE_URL,
CQF_CALCULATED_EXPRESSION_URL,
Expression().apply {
language = "text/fhirpath"
expression = "today() - 1 'days'"
Expand Down

0 comments on commit 1fa7823

Please sign in to comment.