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
Attempted to run the original code, and tried this as well but the argument error is still propagated to the livebook, and kills compilation.
```elixir
iex> assert_raise ArgumentError, fn -> %Character{} end
:ok
```
0 commit comments