Update FlightMappingTests.cs

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

View File

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