add in instructions pallet tests (#608)

* add pallet tests

* set mock runtime AllowMint to correct type
This commit is contained in:
akildemir
2025-01-30 12:13:21 +03:00
committed by GitHub
parent a275023cfc
commit 9c33a711d7
7 changed files with 749 additions and 8 deletions

View File

@@ -9,6 +9,12 @@ use serai_primitives::*;
pub use in_instructions_primitives as primitives;
use primitives::*;
#[cfg(test)]
mod mock;
#[cfg(test)]
mod tests;
// TODO: Investigate why Substrate generates these
#[allow(
unreachable_patterns,