Skip to content

Commit

Permalink
fixing the incorrect test
Browse files Browse the repository at this point in the history
  • Loading branch information
kant committed Jan 13, 2025
1 parent c6460a1 commit e77881f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ class FHIRBundleHelpersTests {
val entry = Observation()
val code = CodeableConcept()
code.addCoding(Coding("system", "80382-5", "display"))
entry.setValue(code)
entry.setCode(code)

val result = stamper.stampObservation(entry)
assertThat(result.success).isTrue()
Expand Down

0 comments on commit e77881f

Please sign in to comment.