aboutsummaryrefslogtreecommitdiffstats
path: root/askama_actix/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_actix/tests/basic.rs (renamed from testing/tests/actix_web.rs)3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/tests/actix_web.rs b/askama_actix/tests/basic.rs
index 8beef3d..f4beff7 100644
--- a/testing/tests/actix_web.rs
+++ b/askama_actix/tests/basic.rs
@@ -1,8 +1,7 @@
-#![cfg(feature = "actix")]
use actix_web::http::header::CONTENT_TYPE;
use actix_web::test;
use actix_web::web;
-use askama::{actix_web::TemplateIntoResponse, Template};
+use askama_actix::{Template, TemplateIntoResponse};
use bytes::Bytes;
#[derive(Template)]