Skip to content

Commit

Permalink
fix(incentive): restore cfg directive for test code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimen-sano committed Jan 7, 2024
1 parent fc07ced commit 598d7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/liquidity_hub/pool-network/incentive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ mod weight;
mod migrations;

#[cfg(test)]
// #[cfg(not(target_arch = "wasm32"))]
#[cfg(not(target_arch = "wasm32"))]
mod tests;

0 comments on commit 598d7ed

Please sign in to comment.