We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f6092 commit 72cdcecCopy full SHA for 72cdcec
__tests__/action.test.ts
@@ -51,7 +51,7 @@ describe("Intended tag tests", function () {
51
const app = new ReactorWithFederatePortAction();
52
expect(() => {
53
app._start();
54
- }).toThrowError("FederatedPortAction must have an intended tag from RTI.");
+ }).toThrowError("No intended tag given while attempting to schedule an event coming from another federate.");
55
});
56
57
it("Intended tag smaller than current tag", function () {
0 commit comments