@nsshunt/ststestrunner 1.1.4 → 1.1.6
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.
- package/dist/ststestrunner.cjs +1 -2
- package/dist/ststestrunner.cjs.map +1 -1
- package/dist/ststestrunner.mjs +1 -2
- package/dist/ststestrunner.mjs.map +1 -1
- package/package.json +1 -1
- package/types/commonTypes.d.ts +0 -5
- package/types/commonTypes.d.ts.map +1 -1
- package/types/testCaseFhirBase.d.ts.map +1 -1
package/dist/ststestrunner.mjs
CHANGED
|
@@ -487,8 +487,7 @@ var TestCaseFhirBase = class {
|
|
|
487
487
|
let name;
|
|
488
488
|
let firstName;
|
|
489
489
|
let lastName;
|
|
490
|
-
|
|
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 {
|