project-finder/tests/foo.rs
2025-03-20 14:57:37 +02:00

5 lines
39 B
Rust

#[test]
fn foo() {
assert!(true)
}