Skip to content

Commit

Permalink
Allow instead of expect
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nordam Suadicani committed Sep 16, 2024
1 parent b36930d commit d9970dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions concordium-cis2/src/cis2_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,8 @@ impl Cis2Client {

#[cfg(test)]
mod test {
#![expect(
deprecated,
reason = "concordium_std::test_infrastructure is deprecated and should on the long term be replaced with concordium-smart-contract-testing, see also https://github.com/Concordium/concordium-rust-smart-contracts/issues/341"
)]
// concordium_std::test_infrastructure is deprecated and should on the long term be replaced with concordium-smart-contract-testing, see also https://github.com/Concordium/concordium-rust-smart-contracts/issues/341
#![allow(deprecated)]

use crate::*;
use concordium_std::test_infrastructure::*;
Expand Down

0 comments on commit d9970dc

Please sign in to comment.