Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Aug 24, 2023
1 parent d67244a commit cf6a7bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testchain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,9 +438,12 @@ impl Convert<u64, Option<Moment>> for ConvertMoment {
}
}

#[cfg(any(feature = "runtime-benchmarks", feature = "testing-utils"))]
// TODO move this into the corresponding sections
#[cfg(feature = "testing-utils")]
use oracle::oracle_mock::MockDataCollector;
#[cfg(feature = "runtime-benchmarks")]
use oracle::oracle_mock::{
MockConvertMoment, MockConvertPrice, MockDataCollector, MockDiaOracle, MockOracleKeyConvertor,
MockConvertMoment, MockConvertPrice, MockDiaOracle, MockOracleKeyConvertor,
};

pub struct SpacewalkNativeCurrencyKey;
Expand Down

0 comments on commit cf6a7bf

Please sign in to comment.