From da4b48498f890ee1ce65e1c18b6b18ce01c8da37 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:48:31 +0330 Subject: [PATCH] Update FlightMappingTests.cs --- src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs b/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs index 12b3513..06723e2 100644 --- a/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs +++ b/src/Services/Flight/tests/UnitTest/Flight/FlightMappingTests.cs @@ -25,6 +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.FlightReadModel), typeof(FlightDto) }; }