mirror of https://github.com/buster-so/buster.git
8 lines
140 B
Rust
8 lines
140 B
Rust
|
#[cfg(test)]
|
||
|
mod search_tests {
|
||
|
#[test]
|
||
|
fn test_placeholder() {
|
||
|
// This is a placeholder test
|
||
|
assert!(true);
|
||
|
}
|
||
|
}
|