1
0
mirror of https://github.com/actix/examples synced 2025-06-29 02:10:36 +02:00

Update template-engines/yarte to v4 (#502)

This commit is contained in:
Luca Palmieri
2022-01-29 16:39:36 +00:00
committed by GitHub
parent 8b5de155bd
commit 9a00813b93
3 changed files with 14 additions and 28 deletions

View File

@ -41,7 +41,7 @@ mod test {
use super::*;
#[actix_rt::test]
#[actix_web::test]
async fn test() {
let mut app = atest::init_service(App::new().service(index)).await;