Move the error type test functions into its own module

This commit is contained in:
Simon Goller 2024-05-03 06:42:45 +02:00
parent 8f378472ea
commit 9a367c9260
4 changed files with 112 additions and 107 deletions

View file

@ -1,4 +1,6 @@
#[cfg(test)]
pub mod error_test;
#[cfg(test)]
mod permission_test;
#[cfg(test)]
pub mod slot;