Skip to content

Commit

Permalink
enha: improve panic error message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19-cw committed Jul 26, 2024
1 parent d33054d commit 0c861e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eth/storage/rocks/cf_versions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ mod tests {

if found.is_none() {
panic!(
"TestRunDropBombChecker panic on drop: : missing certificate for variant {} of {}",
"TestRunDropBombChecker panic on drop: cf {}: missing certificate for variant {} of {}",
self.name,
variant,
type_basename::<CfValue>()
);
Expand Down

0 comments on commit 0c861e8

Please sign in to comment.