Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Oct 12, 2023
1 parent 735a6bd commit 0afe6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ExampleServerDstu3IT implements IServerSupport {
@LocalServerPort
private int port;

@BeforeEach
@BeforeEach
void beforeEach() {
ourCtx = FhirContext.forDstu3();
ourCtx.getRestfulClientFactory().setServerValidationMode(ServerValidationModeEnum.NEVER);
Expand Down

0 comments on commit 0afe6ae

Please sign in to comment.