Move the error type test functions into its own module
This commit is contained in:
parent
8f378472ea
commit
9a367c9260
4 changed files with 112 additions and 107 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#[cfg(test)]
|
||||
pub mod error_test;
|
||||
#[cfg(test)]
|
||||
mod permission_test;
|
||||
#[cfg(test)]
|
||||
pub mod slot;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue