church_controller_rust/src/tests/main_tests.rs
2021-12-14 08:16:32 -08:00

6 lines
78 B
Rust

#[test]
fn it_works() {
let result = 2 + 2;
assert_eq!(result, 4);
}