Skip to content

Commit

Permalink
🐛 test: Fix SinkHandlerTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Okanmercan99 committed Oct 9, 2024
1 parent 92c5164 commit 16c1a56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SinkHandlerTest extends AnyFlatSpec {
.load()
.coalesce(1)
.map(_ => { // Map the generated rows to some dummy mapping result
FhirMappingResult("someId", "someUrl", None, Timestamp.from(Instant.now()), Some(""))
FhirMappingResult("someId", "someUrl", None, Timestamp.from(Instant.now()), Some(""), "")
})

// Configure the mock writer such that it would throw an exception for the first chunk but not for the subsequent chunks
Expand Down

0 comments on commit 16c1a56

Please sign in to comment.