Files
Yuu-Box/yuubox-core/tests/test_container.rs
aguitauwu 5a4b5b83dd pos nomas
2026-02-16 11:41:18 -06:00

8 lines
97 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn test_basic() {
assert_eq!(2 + 2, 4);
}
}