diff --git a/tests/handler_hello_test.rs b/tests/handler_hello_test.rs deleted file mode 100644 index 1a2caf8..0000000 --- a/tests/handler_hello_test.rs +++ /dev/null @@ -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!"); - } -} \ No newline at end of file