refactor(config): consumer들이 &Config 대신 타입 슬라이스 수령 (god-struct 결합 해소)
This commit is contained in:
@@ -30,7 +30,7 @@ fn fixtures_dir() -> PathBuf {
|
||||
#[test]
|
||||
fn document_and_chunks_round_trip_through_sqlite() {
|
||||
let env = common::TestEnv::new();
|
||||
let store = SqliteStore::open(&env.config()).unwrap();
|
||||
let store = SqliteStore::open(&env.config().storage).unwrap();
|
||||
store.run_migrations().unwrap();
|
||||
|
||||
// ── Build inputs from the fixture ───────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user