changeset 13810 | 0463a4221327 |
parent 13806 | 5fb40c8e5542 |
child 14355 | 31717e1436cd |
--- a/gameServer2/src/protocol/parser.rs Thu Sep 13 20:59:57 2018 +0300 +++ b/gameServer2/src/protocol/parser.rs Fri Sep 14 23:14:19 2018 +0300 @@ -17,7 +17,10 @@ messages::{HWProtocolMessage, HWProtocolMessage::*} }; #[cfg(test)] -use super::test::gen_proto_msg; +use { + super::test::gen_proto_msg, + proptest::{proptest, proptest_helper} +}; use crate::server::coretypes::{ HedgehogInfo, TeamInfo, GameCfg, VoteType, MAX_HEDGEHOGS_PER_TEAM };