mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 07:24:09 +08:00
Update FlightMappingTests.cs
This commit is contained in:
parent
da4b48498f
commit
cd1d4fa7a0
@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user