mirror of https://github.com/fafhrd91/actix-web
Fix typo in test name.
This commit is contained in:
parent
b1e68ac72a
commit
2f1b29abce
|
@ -825,7 +825,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_unit_responser() {
|
||||
fn test_unit_responder() {
|
||||
let app = App::new().resource("/unit", |r| r.f(|_| {})).finish();
|
||||
|
||||
let req = TestRequest::with_uri("/unit").request();
|
||||
|
|
Loading…
Reference in New Issue