bottest/tests/unit/mod.rs

7 lines
181 B
Rust
Raw Normal View History

2025-12-06 11:05:57 -03:00
#[test]
fn test_unit_module_loads() {
// Unit tests are now inline in botserver source files
// This module is kept for integration test infrastructure
2025-12-06 11:05:57 -03:00
assert!(true);
}