Skip to content

Commit 722befb

Browse files
committed
chore: Rename the function name to be more meaningful
1 parent 2e5a198 commit 722befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod test {
1919
use std::io::Read;
2020

2121
#[test]
22-
fn test_hello() {
22+
fn health_check_works() {
2323
let client = Client::tracked(rocket()).expect("Failed to create client");
2424
let response = client.get(uri!(super::health_check)).dispatch();
2525

0 commit comments

Comments
 (0)