added tests for state_update

This commit is contained in:
Nickiel12 2021-12-18 21:09:09 -08:00
parent 57f4883c0c
commit 8f48d213bc
2 changed files with 3 additions and 1 deletions

View file

@ -9,4 +9,6 @@ pub mod message_handler_tests;
#[cfg(test)] #[cfg(test)]
pub mod states_io_handler_tests; pub mod states_io_handler_tests;
#[cfg(test)] #[cfg(test)]
pub mod socket_handler_tests; pub mod socket_handler_tests;
#[cfg(test)]
pub mod state_update_tests;

View file