@nsshunt/ststestrunner 1.1.3 → 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.
@@ -510,8 +510,7 @@ var TestCaseFhirBase = class {
510
510
  let name;
511
511
  let firstName;
512
512
  let lastName;
513
- if (this.#options.GetName) name = this.#options.GetName(this.runner.iteration);
514
- else name = this.runnerExecutionWorker.GetFakerName(this.runner.iteration);
513
+ name = this.runnerExecutionWorker.GetFakerName(this.runner.iteration);
515
514
  firstName = name.firstName;
516
515
  lastName = name.lastName;
517
516
  return {