mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Remove fluff.
This commit is contained in:
@@ -74,7 +74,6 @@ pub fn post_transactions() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use runtime_support::with_externalities;
|
use runtime_support::with_externalities;
|
||||||
@@ -82,12 +81,6 @@ mod tests {
|
|||||||
use primitives::{AccountID};
|
use primitives::{AccountID};
|
||||||
use runtime::staking;
|
use runtime::staking;
|
||||||
|
|
||||||
macro_rules! map {
|
|
||||||
($( $name:expr => $value:expr ),*) => (
|
|
||||||
vec![ $( ( $name, $value ) ),* ].into_iter().collect()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn staking_balance_works() {
|
fn staking_balance_works() {
|
||||||
let one: AccountID = [1u8; 32];
|
let one: AccountID = [1u8; 32];
|
||||||
|
|||||||
Reference in New Issue
Block a user