From cd1d4fa7a042060899c8c3504890e2938a479b71 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:55:58 +0330 Subject: [PATCH] Update FlightMappingTests.cs --- src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs b/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs index 06723e2..922c805 100644 --- a/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs +++ b/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs @@ -25,7 +25,7 @@ public class FlightMappingTests yield return new object[] { // these types will instantiate with reflection in the future - typeof(global::Flight.Flights.Models.Flight), typeof(FlightDto), + //typeof(global::Flight.Flights.Models.Flight), typeof(FlightDto), typeof(global::Flight.Flights.Models.FlightReadModel), typeof(FlightDto) }; }