@opentap/runner-client 2.19.0-alpha.1.1 → 2.19.0-alpha.1.2
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/lib/SessionClient.js +1 -1
- package/package.json +1 -1
package/lib/SessionClient.js
CHANGED
|
@@ -133,7 +133,7 @@ var SessionClient = /** @class */ (function (_super) {
|
|
|
133
133
|
var _this = this;
|
|
134
134
|
var jsonCodec = JSONCodec();
|
|
135
135
|
var resultSubscription = this.subscribe('OnResult', __assign({}, options));
|
|
136
|
-
var testRunSubscription = this.subscribe('
|
|
136
|
+
var testRunSubscription = this.subscribe('OnTestRun', __assign({}, options));
|
|
137
137
|
(function () { return __awaiter(_this, void 0, void 0, function () {
|
|
138
138
|
var resultSubscription_1, resultSubscription_1_1, message, resultJs, result, e_1_1;
|
|
139
139
|
var e_1, _a;
|