6 lines
181 B
Rust
6 lines
181 B
Rust
#[test]
|
|
fn test_unit_module_loads() {
|
|
// Unit tests are now inline in botserver source files
|
|
// This module is kept for integration test infrastructure
|
|
assert!(true);
|
|
}
|