mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
[subxt-historic]: extract call and event types from metadata at a block (#2095)
* Inject call and event types from metadata too at some block in subxt-historic * bump subxt-historic to 0.0.4 * Fix unrelated doc things to try and fix this job * Other Rust 1.90 fixes * 'Fix' Test * Try fixing clippy WASM job * Try again to get clippy wasm working * trybuild fix * trybuild fix take 2
This commit is contained in:
@@ -296,9 +296,7 @@ async fn storage_balance_lock() -> Result<(), subxt::Error> {
|
||||
.await?
|
||||
.0;
|
||||
|
||||
// There is now a hold on the balance being staked
|
||||
assert_eq!(holds.len(), 1);
|
||||
assert_eq!(holds[0].amount, 327_000_000_000_000);
|
||||
assert_eq!(holds.len(), 0);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user