Skip to content

Commit

Permalink
#2222 Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic committed Nov 5, 2024
1 parent 84b0547 commit f2c6163
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
| },
| "startDateTime": "04-12-2017 16:19:17 +0200",
| "runStatus": {
| "status": {
| "enumClass": "za.co.absa.atum.model.RunState",
| "value": "allSucceeded"
| },
| "status": "allSucceeded",
| "error": null
| },
| "controlMeasure": {
Expand All @@ -598,7 +595,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers {
|}
|""".stripMargin

val run = RunFactory.getDummyRun(
val run: Run = RunFactory.getDummyRun(
uniqueId = Some(uniqueId),
controlMeasure = RunFactory.getDummyControlMeasure(
runUniqueId = Some(uniqueId)
Expand Down

0 comments on commit f2c6163

Please sign in to comment.