fix: remove unused tests
This commit is contained in:
parent
c502f1da49
commit
87c5f3b000
@ -1,10 +0,0 @@
|
|||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
use rustysearch::handler::hello::say_hello;
|
|
||||||
|
|
||||||
#[tokio::test]
|
|
||||||
async fn test_say_hello() {
|
|
||||||
let result = say_hello().await;
|
|
||||||
assert_eq!(result, "Hello, World!");
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user