Update FlightMappingTests.cs

This commit is contained in:
Meysam Hadeli 2023-06-02 01:48:31 +03:30 committed by GitHub
parent fd913df555
commit da4b48498f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
};
}