Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 8, 2024
1 parent 547fcb3 commit f669ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ntex/src/web/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ impl<Err: ErrorRenderer> Service<WebRequest<Err>> for Filter<Err> {
#[cfg(test)]
mod tests {
use super::*;
use crate::http::{Method, StatusCode, header, header::HeaderValue};
use crate::{service::fn_service, util::Ready};
use crate::http::{header, header::HeaderValue, Method, StatusCode};
use crate::web::test::{call_service, init_service, read_body, TestRequest};
use crate::web::{self, middleware::DefaultHeaders, HttpRequest, HttpResponse};
use crate::{service::fn_service, util::Ready};

#[crate::rt_test]
async fn test_default_resource() {
Expand Down

0 comments on commit f669ece

Please sign in to comment.