mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-29 01:04:56 +08:00
Update FlightMappingTests.cs
This commit is contained in:
parent
fd913df555
commit
da4b48498f
@ -25,6 +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.FlightReadModel), typeof(FlightDto)
|
typeof(global::Flight.Flights.Models.FlightReadModel), typeof(FlightDto)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user