From 2b937ef4ae4b816b4543c1695b26eac930b3fc09 Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Sun, 8 Oct 2023 01:16:55 +0800 Subject: [PATCH] Do not compare the Timeline property when checking if Mission is equal. This is a DateTimeOffset and we currently don't have good round-trip support for this type without losing info --- .../GearsOfWarModel/GearsOfWarQueryFixtureBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/EFCore.Jet.CustomBaseTests/GearsOfWarModel/GearsOfWarQueryFixtureBase.cs b/test/EFCore.Jet.CustomBaseTests/GearsOfWarModel/GearsOfWarQueryFixtureBase.cs index a06951c..50c0dd1 100644 --- a/test/EFCore.Jet.CustomBaseTests/GearsOfWarModel/GearsOfWarQueryFixtureBase.cs +++ b/test/EFCore.Jet.CustomBaseTests/GearsOfWarModel/GearsOfWarQueryFixtureBase.cs @@ -224,7 +224,8 @@ public abstract class GearsOfWarQueryFixtureBase : SharedStoreFixtureBase