Skip to content

Commit 72cdcec

Browse files
authored
Update error string
1 parent 00f6092 commit 72cdcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe("Intended tag tests", function () {
5151
const app = new ReactorWithFederatePortAction();
5252
expect(() => {
5353
app._start();
54-
}).toThrowError("FederatedPortAction must have an intended tag from RTI.");
54+
}).toThrowError("No intended tag given while attempting to schedule an event coming from another federate.");
5555
});
5656

5757
it("Intended tag smaller than current tag", function () {

0 commit comments

Comments
 (0)