1 2 3 4 5 6 7
use super::*; #[test] fn create_check_state() { let mut connection = create(); assert!(!connection.is_connection_open()); }