@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.
- 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 +1 -46
- package/types/commonTypes.d.ts.map +1 -1
- package/types/testCaseFhirBase.d.ts.map +1 -1
package/dist/ststestrunner.cjs
CHANGED
|
@@ -510,8 +510,7 @@ var TestCaseFhirBase = class {
|
|
|
510
510
|
let name;
|
|
511
511
|
let firstName;
|
|
512
512
|
let lastName;
|
|
513
|
-
|
|
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 {
|