Skip to content
Snippets Groups Projects
Commit 3dcfd8ba authored by Gav's avatar Gav
Browse files

Remove fluff

parent ba0d71a5
No related merge requests found
......@@ -12,14 +12,10 @@ pub fn set(now: Timestamp) {
#[cfg(test)]
mod tests {
use joiner::Joiner;
use function::Function;
use keyedvec::KeyedVec;
use slicable::Slicable;
use runtime_support::with_externalities;
use primitives::{UncheckedTransaction, Transaction};
use statichex::StaticHexInto;
use runtime::{system, timestamp};
use testing::{TestExternalities, HexDisplay, one, two};
use runtime::timestamp;
use testing::TestExternalities;
#[test]
fn timestamp_works() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment