Skip to content

Commit

Permalink
refactor: remove conditional cfg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Feb 4, 2025
1 parent 474f0b3 commit b3684a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarity-repl/src/repl/datastore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ impl BurnStateDB for Datastore {
}
}

#[cfg(all(test, not(target_arch = "wasm32")))]
#[cfg(test)]
mod tests {
use clarity::types::StacksEpoch;

Expand Down

0 comments on commit b3684a4

Please sign in to comment.