monitor/tests/start_stop.rs

7 lines
63 B
Rust

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