added testing module

This commit is contained in:
Nickiel12 2021-12-11 15:23:01 -08:00
parent 4721366ec8
commit a3e56cf954

View file

@ -3,4 +3,6 @@
pub mod tests;
#[cfg(test)]
pub mod stream_states_tests;
pub mod stream_states_tests;
#[cfg(test)]
pub mod message_handler_tests;