aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala
diff options
context:
space:
mode:
authorKseniya Tomskikh <ktomskih@datamonsters.co>2017-12-04 16:25:27 +0700
committerKseniya Tomskikh <ktomskih@datamonsters.co>2017-12-04 16:25:27 +0700
commitbb37df3a7d871ae4ff37c3cfc3fecb11f1f245c3 (patch)
tree0fbc3269a14c06ee555e89342533e70749090d82 /src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala
parented8db038b3b74e0089fe3415d4e3df5ceb882d86 (diff)
downloadrest-query-bb37df3a7d871ae4ff37c3cfc3fecb11f1f245c3.tar.gz
rest-query-bb37df3a7d871ae4ff37c3cfc3fecb11f1f245c3.tar.bz2
rest-query-bb37df3a7d871ae4ff37c3cfc3fecb11f1f245c3.zip
PDSUI-2432 Removed *-Reply classes of TM
Diffstat (limited to 'src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala')
-rw-r--r--src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala b/src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala
index 289de53..9340d02 100644
--- a/src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala
+++ b/src/test/scala/xyz/driver/pdsuidomain/formats/json/PatientLabelFormatSuite.scala
@@ -7,7 +7,6 @@ import org.scalatest.{FlatSpec, Matchers}
import xyz.driver.entities.labels.LabelValue
import xyz.driver.pdsuicommon.domain.{LongId, UuidId}
import xyz.driver.pdsuidomain.entities._
-import xyz.driver.pdsuidomain.services.PatientLabelService.RichPatientLabel
class PatientLabelFormatSuite extends FlatSpec with Matchers {