aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala
diff options
context:
space:
mode:
authorvlad <vlad@driver.xyz>2017-10-09 12:49:02 -0700
committervlad <vlad@driver.xyz>2017-10-09 12:49:02 -0700
commiteeeb6d90f1c6882f0b3d765022b114d97e4dba40 (patch)
tree7fd813bcba7a3e44f5694bfbf0618ea93d64b5f8 /src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala
parent7d8712a62d30b412717e1b730c0ad267cd207aa4 (diff)
downloadrest-query-eeeb6d90f1c6882f0b3d765022b114d97e4dba40.tar.gz
rest-query-eeeb6d90f1c6882f0b3d765022b114d97e4dba40.tar.bz2
rest-query-eeeb6d90f1c6882f0b3d765022b114d97e4dba40.zip
Getting rid of the FuzzyValues, Name as a string, and conditionv0.7.1
Diffstat (limited to 'src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala')
-rw-r--r--src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala b/src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala
index 05f5863..402e893 100644
--- a/src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala
+++ b/src/test/scala/xyz/driver/pdsuidomain/formats/json/sprayformats/ExportFormatSuite.scala
@@ -107,7 +107,7 @@ class ExportFormatSuite extends FlatSpec with Matchers {
val trialWithLabels = ExportTrialWithLabels(
nctId = StringId("NCT000001"),
trialId = UuidId("40892a07-c638-49d2-9795-1edfefbbcc7c"),
- condition = "Breast",
+ disease = "Breast",
lastReviewed = LocalDateTime.parse("2017-08-10T18:00:00"),
labelVersion = 1L,
arms = arms,