From 8fc4d34c4b798bf491919df0865c792134bf5f35 Mon Sep 17 00:00:00 2001 From: filipriec Date: Tue, 25 Feb 2025 10:47:36 +0100 Subject: [PATCH] working test count only fixing it to not run concurrently --- Cargo.lock | 1 + server/src/adresar/docs/get_example.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 244cef0..e26d0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1976,6 +1976,7 @@ dependencies = [ "common", "dotenv", "dotenvy", + "lazy_static", "prost", "rstest", "serde", diff --git a/server/src/adresar/docs/get_example.txt b/server/src/adresar/docs/get_example.txt index 46df272..a100af3 100644 --- a/server/src/adresar/docs/get_example.txt +++ b/server/src/adresar/docs/get_example.txt @@ -20,7 +20,7 @@ "skladu": "fd", "fax": "asf" } -# Item fetched by id. The first item was created and removed, therefore number 1 in ids doenst exists, since first to exist now has number 2 +# Item fetched by id. The first item was created and marked as deleted, therefore number 1 in ids shouldnt be fetched. ❯ grpcurl -plaintext -d '{"id": 1}' localhost:50051 multieko2.adresar.Adresar/GetAdresar ERROR: Code: NotFound