Modified public presentation files

This commit is contained in:
CosminPerRam 2022-10-16 03:23:18 +03:00
parent c9eb725a51
commit 73c8ade3a2
7 changed files with 77 additions and 27 deletions

View file

@ -1,15 +0,0 @@
#[cfg(test)]
mod tests {
use gamedig::protocols::valve::ValveProtocol;
#[test]
fn tf2() {
let response = ValveProtocol::query("5.15.202.107", 27015);
match response {
Err(_) => println!("fuck"),
Ok(r) => println!("{}", r.name)
}
assert_eq!(4, 4);
}
}