monitor/tests/start_stop.rs

6 lines
62 B
Rust

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