monitor/tests/start_stop.rs

7 lines
66 B
Rust

// use runner_rs::*;
#[test]
fn test() {
assert_eq!(2, 2);
}