add economic security pallet tests (#623)

This commit is contained in:
akildemir
2025-01-30 12:19:12 +03:00
committed by GitHub
parent 52d853c8ba
commit e4cc23b72d
5 changed files with 343 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
#![cfg_attr(not(feature = "std"), no_std)]
#[cfg(test)]
mod mock;
#[cfg(test)]
mod tests;
#[allow(
unreachable_patterns,
clippy::cast_possible_truncation,