@nsshunt/ststestrunner 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -487,8 +487,7 @@ var TestCaseFhirBase = class {
487
487
  let name;
488
488
  let firstName;
489
489
  let lastName;
490
- if (this.#options.GetName) name = this.#options.GetName(this.runner.iteration);
491
- else name = this.runnerExecutionWorker.GetFakerName(this.runner.iteration);
490
+ name = this.runnerExecutionWorker.GetFakerName(this.runner.iteration);
492
491
  firstName = name.firstName;
493
492
  lastName = name.lastName;
494
493
  return {