Remove fluff.

This commit is contained in:
Gav
2018-01-19 08:51:38 +01:00
parent 8749011cef
commit 368cbdbcbb
@@ -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];