From a9aef1863ff0fe0422eee403f85644fc76952e80 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 18:07:13 +0200 Subject: feat(warden): save history --- crates/pseudonyms/tests/helpers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/pseudonyms/tests/helpers.rs') diff --git a/crates/pseudonyms/tests/helpers.rs b/crates/pseudonyms/tests/helpers.rs index 9f512df..589049a 100644 --- a/crates/pseudonyms/tests/helpers.rs +++ b/crates/pseudonyms/tests/helpers.rs @@ -1,9 +1,9 @@ use sqlx::PgPool; -use warden_stack::{Configuration, cache::RedisManager}; use tokio::sync::oneshot; use tonic::transport::Channel; use warden_core::pseudonyms::transaction_relationship::mutate_pseudonym_client::MutatePseudonymClient; use warden_pseudonyms::state::{AppHandle, AppState, Services}; +use warden_stack::{Configuration, cache::RedisManager}; use std::sync::Arc; @@ -34,7 +34,7 @@ impl TestApp { cache, }; - let state = AppHandle(Arc::new(AppState::new(services, config, None).unwrap())); + let state = AppHandle(Arc::new(AppState::new(services, config, None).unwrap())); dbg!(&state.addr.port()); -- cgit v1.2.3