forked from spacebar/rust-nex
redo macros
This commit is contained in:
parent
d10e0cb596
commit
de20212d1e
15 changed files with 1189 additions and 966 deletions
|
|
@ -210,6 +210,7 @@ pub async fn new_backend_connection(
|
|||
mod test {
|
||||
use crate::{VIRTUAL_PORT_INSECURE, VIRTUAL_PORT_SECURE};
|
||||
|
||||
#[test]
|
||||
fn test_virtual_port_correct() {
|
||||
println!("{:?}", VIRTUAL_PORT_INSECURE);
|
||||
println!("{:?}", VIRTUAL_PORT_SECURE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue