mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +00:00
Print version when panic (#3608)
* Print version when panic * Fix tests.
This commit is contained in:
committed by
Gavin Wood
parent
634ca73e50
commit
981b3c79ee
@@ -494,7 +494,7 @@ mod tests {
|
||||
execute_with_proof_failure(&remote_client, 2, "Core_version");
|
||||
|
||||
// check that proof check doesn't panic even if proof is incorrect AND panic handler is set
|
||||
panic_handler::set("TEST");
|
||||
panic_handler::set("TEST", "1.2.3");
|
||||
execute_with_proof_failure(&remote_client, 2, "Core_version");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user