added tests for state_update
This commit is contained in:
parent
57f4883c0c
commit
8f48d213bc
2 changed files with 3 additions and 1 deletions
|
@ -10,3 +10,5 @@ pub mod message_handler_tests;
|
|||
pub mod states_io_handler_tests;
|
||||
#[cfg(test)]
|
||||
pub mod socket_handler_tests;
|
||||
#[cfg(test)]
|
||||
pub mod state_update_tests;
|
0
src/tests/state_update_tests.rs
Normal file
0
src/tests/state_update_tests.rs
Normal file
Loading…
Reference in a new issue