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
Use Event production in 'emit an event' assertion (#903)
The `emit an event` algorithm previously asserted that the event body
only contains `method` and `params`, which is no longer the case
after #484 added the `type` field.
Instead of such low-level assertion, this commit changes the assertion
to match against the Event type production.
0 commit comments