@nsshunt/ststestrunner 1.1.110 → 1.1.111

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.
@@ -1006,7 +1006,7 @@ var TestCaseFhirBase = class {
1006
1006
  }
1007
1007
  ResetClient = () => {};
1008
1008
  GetRandomSequenceFromIteration = () => {
1009
- if (this.runner.iteration === 1) this.randomSequence = getRandomIterationOrder(this.runner.options.executionProfile.iterations, this.runner.options.description);
1009
+ if (this.runner.iteration === 1) this.randomSequence = getRandomIterationOrder(this.runner.options.executionProfile.iterations, "myseed");
1010
1010
  return this.randomSequence[this.runner.iteration];
1011
1011
  };
1012
1012
  Error = (message) => {