You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The method receiveReminder on AbstractActor should be called at least once
316
316
// this will state the not implemented function
317
317
expect(spy.mock.calls[0].length).toBe(1);
318
-
expect(spy.mock.calls[0][0]).toEqual(`{"error":"ACTOR_METHOD_NOT_IMPLEMENTED","errorMsg":"A reminder was created for the actor with id: my-actor-counter-id-1633266216796%7D but the method 'receiveReminder' was not implemented"}`);
318
+
expect(spy.mock.calls[0][0]).toEqual(`{"error":"ACTOR_METHOD_NOT_IMPLEMENTED","errorMsg":"A reminder was created for the actor with id: ${actorId} but the method 'receiveReminder' was not implemented"}`);
0 commit comments