Skip to content

Commit

Permalink
fix: mocks (#834)
Browse files Browse the repository at this point in the history
...Opps
  • Loading branch information
Ad96el authored Dec 12, 2024
1 parent 118ae6f commit 9d6bab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/pallet-bonded-coins/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ pub mod runtime {
}

#[cfg(feature = "runtime-benchmarks")]
struct BenchmarkHelper;
pub struct BenchmarkHelper;

#[cfg(feature = "runtime-benchmarks")]
impl crate::BenchmarkHelper<Test> for BenchmarkHelper {
Expand Down Expand Up @@ -345,7 +345,7 @@ pub mod runtime {
type WeightInfo = ();

#[cfg(feature = "runtime-benchmarks")]
type BenchmarkHelper = ();
type BenchmarkHelper = BenchmarkHelper;
}

#[derive(Clone, Default)]
Expand Down

0 comments on commit 9d6bab4

Please sign in to comment.