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