@nsshunt/ststestrunner 1.1.57 → 1.1.58

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.
@@ -426,9 +426,7 @@ var TestCaseFhirBase = class {
426
426
  await this.#ForcePublishTelemetryData();
427
427
  if (this.fhirClient) {
428
428
  this.Debug(chalk.magenta(`TestCaseFhirBase:StopRunner(): Calling: [fhirClient.ResetSocket()]`));
429
- this.fhirClient.ResetSocket();
430
429
  await Sleep(100);
431
- this.fhirClient = null;
432
430
  }
433
431
  return true;
434
432
  };
@@ -437,9 +435,7 @@ var TestCaseFhirBase = class {
437
435
  await this.#ForcePublishTelemetryData();
438
436
  if (this.fhirClient) {
439
437
  this.Debug(chalk.magenta(`TestCaseFhirBase:TerminateRunner(): Calling: [fhirClient.ResetSocket()]`));
440
- this.fhirClient.ResetSocket();
441
438
  await Sleep(100);
442
- this.fhirClient = null;
443
439
  }
444
440
  return true;
445
441
  };
@@ -450,9 +446,7 @@ var TestCaseFhirBase = class {
450
446
  await this.#ForcePublishTelemetryData();
451
447
  if (this.fhirClient) {
452
448
  this.Debug(chalk.magenta(`TestCaseFhirBase:Completed(): Calling: [fhirClient.ResetSocket()]`));
453
- this.fhirClient.ResetSocket();
454
449
  await Sleep(100);
455
- this.fhirClient = null;
456
450
  }
457
451
  return true;
458
452
  };
@@ -471,9 +465,7 @@ var TestCaseFhirBase = class {
471
465
  await this.#ForcePublishTelemetryData();
472
466
  if (this.fhirClient) {
473
467
  this.Debug(chalk.magenta(`TestCaseFhirBase:ResetRunner(): Calling: [fhirClient.ResetSocket()]`));
474
- this.fhirClient.ResetSocket();
475
468
  await Sleep(100);
476
- this.fhirClient = null;
477
469
  }
478
470
  return true;
479
471
  };