We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e267e1f commit c8417dbCopy full SHA for c8417db
spec/concurrent/edge/erlang_actor_spec.rb
@@ -545,7 +545,7 @@
545
expect(trapped_exit).to be_a Concurrent::ErlangActor::Exit
546
expect(trapped_exit.from).to eq b
547
expect(trapped_exit.reason).to eq b.terminated.reason
548
- expect(trapped_exit.reason).to be_a UncaughtThrowError
+ expect(trapped_exit.reason).to be_a ArgumentError
549
expect(trapped_exit.reason.message).to eq 'uncaught throw :uncaught'
550
end
551
0 commit comments