From 25518ba6431ffb9f306046cbeeb496547f2ee397 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 31 Jan 2024 13:29:08 +0000 Subject: [PATCH] Apply cargo fmt --- tests/assistant_integration.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/assistant_integration.rs b/tests/assistant_integration.rs index 152ddda..dd1aa96 100644 --- a/tests/assistant_integration.rs +++ b/tests/assistant_integration.rs @@ -25,8 +25,10 @@ async fn setup_test_app() -> axum::Router { .await .expect("Failed to create database pool for testing"); let db_pool = db.pool; // Extract the SqlitePool from the DB struct - // Create the files for the assistant. - let files = create_files("context", Vec::new()).await.expect("Failed to create files"); + // Create the files for the assistant. + let files = create_files("context", Vec::new()) + .await + .expect("Failed to create files"); // Create an assistant. let assistant = create_assistant( "Test",