Skip to content

Commit

Permalink
Update test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Jan 31, 2025
1 parent ef9e495 commit 850ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quickdraw/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(runner)
"description" => @description,
"message" => error.message,
"name" => error.class.name,
"detailed_message" => error.detailed_message,
# "detailed_message" => error.detailed_message,
"backtrace" => error.backtrace,
})
end
Expand Down

0 comments on commit 850ed1c

Please sign in to comment.