mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
add in instructions pallet tests (#608)
* add pallet tests * set mock runtime AllowMint to correct type
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user