Skip to content

Commit a13fbd2

Browse files
committed
Update VerifyEntityFramework.cs
1 parent cd02ee3 commit a13fbd2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Verify.EntityFramework/VerifyEntityFramework.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
public static class VerifyEntityFramework
44
{
55
static List<(Type type, string name)>? modelNavigations;
6-
static bool formatSql;
76

87
public static async IAsyncEnumerable<object> AllData(this DbContext data)
98
{
@@ -126,7 +125,6 @@ public static void Initialize(IModel? model = null)
126125
VerifierSettings.RegisterFileConverter(
127126
QueryableToSql,
128127
(target, _) => QueryableConverter.IsQueryable(target));
129-
formatSql = model != null && model.IsSqlServer();
130128
VerifierSettings.IgnoreMembersWithType(typeof(IDbContextFactory<>));
131129
VerifierSettings.IgnoreMembersWithType<DbContext>();
132130
var converters = DefaultContractResolver.Converters;

0 commit comments

Comments
 (0)