mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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