Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Rosenfeld committed Dec 13, 2024
1 parent e1768bc commit 51d3efc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,11 +530,11 @@ class HapiHelperTest extends Specification {

HapiFhirHelper.createPIDPatient(bundle)
HapiFhirHelper.setPID3Identifier(bundle, patientIdentifier)
patientIdentifier.addExtension().setUrl(HapiHelper.EXTENSION_CX_IDENTIFIER_URL);
patientIdentifier.addExtension().setUrl(HapiHelper.EXTENSION_CX_IDENTIFIER_URL)
patientIdentifier
.getExtensionByUrl(HapiHelper.EXTENSION_CX_IDENTIFIER_URL)
.addExtension()
.setUrl(HapiHelper.EXTENSION_XON10_URL);
.setUrl(HapiHelper.EXTENSION_XON10_URL)

when:
HapiHelper.removePID3_5Value(patientIdentifier)
Expand Down

0 comments on commit 51d3efc

Please sign in to comment.