mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-08 15:31:13 +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[]
|
yield return new object[]
|
||||||
{
|
{
|
||||||
// these types will instantiate with reflection in the future
|
// 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)
|
typeof(global::Flight.Flights.Models.FlightReadModel), typeof(FlightDto)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user