mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
Migrate srml crates to the 2018 edition (#1755)
This commit is contained in:
committed by
Gav Wood
parent
b28f7328ac
commit
c860787db7
@@ -20,8 +20,9 @@
|
||||
|
||||
use super::*;
|
||||
use runtime_io::with_externalities;
|
||||
use srml_support::{assert_ok, assert_noop};
|
||||
use mock::{Balances, Session, Staking, System, Timestamp, Test, new_test_ext, Origin};
|
||||
use runtime_support::traits::Currency;
|
||||
use srml_support::traits::Currency;
|
||||
|
||||
#[test]
|
||||
fn note_null_offline_should_work() {
|
||||
|
||||
Reference in New Issue
Block a user