From f3b96dab7326767740ae793e90e1b754b89eba88 Mon Sep 17 00:00:00 2001 From: "a.kafrashian" Date: Mon, 5 May 2025 15:52:51 +0330 Subject: [PATCH] refactor:import end to end test to flight csproj --- .../src/Modules/Flight/src/Flight.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/2-modular-monolith-architecture-style/src/Modules/Flight/src/Flight.csproj b/2-modular-monolith-architecture-style/src/Modules/Flight/src/Flight.csproj index 32de653..3fd1c13 100644 --- a/2-modular-monolith-architecture-style/src/Modules/Flight/src/Flight.csproj +++ b/2-modular-monolith-architecture-style/src/Modules/Flight/src/Flight.csproj @@ -31,6 +31,11 @@ <_Parameter1>Integration.Test + + + <_Parameter1>EndToEnd.Test + +