Skip to content

Commit

Permalink
fix(axelar-gateway): ensure the testutils feature is loaded for tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo authored Nov 21, 2024
1 parent 3bfc691 commit c4796c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/axelar-gateway/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ fn validate_signers(env: &Env, weighted_signers: &WeightedSigners) -> Result<(),
Ok(())
}

#[cfg(test)]
#[cfg(all(test, feature = "testutils"))]
mod tests {
use crate::error::ContractError;
use crate::testutils::TestSignerSet;
Expand Down

0 comments on commit c4796c0

Please sign in to comment.