mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FIX: an exception cause is itself an exception
This commit is contained in:
@ -22,7 +22,7 @@ module TurboTests
|
||||
new(
|
||||
obj[:backtrace],
|
||||
obj[:message],
|
||||
obj[:cause]
|
||||
FakeException.from_obj(obj[:cause])
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user