tests are now in the tests folder

This commit is contained in:
filipriec
2025-02-24 14:06:46 +01:00
parent 5df7311e41
commit ea12e20f87
6 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// src/adresar/tests/put_adresar_test.rs
use super::super::handlers::put_adresar;
use server::adresar::handlers::put_adresar;
use common::proto::multieko2::adresar::{AdresarResponse, PutAdresarRequest};
use sqlx::{postgres::PgPoolOptions, PgPool};
use std::env;