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
error: cannot invoke remote function :erlang.==/2 inside a match
│
49 │ assert_push "presence_state", state when state == %{}
│ ^
│
└─ test/enaia_web/channels/online_users_channel_test.exs:49:52: EnaiaWeb.OnlineUsersChannelTest.assert_state_push/1
We can't use guards with
assert_push
and al., e.g.:Environment
Actual behavior
Expected behavior
It would ideally produce code equivalent to
The text was updated successfully, but these errors were encountered: