Fix some more tests

pull/257/head
Christopher Jolly 1 year ago
parent 29aea47543
commit 6df8a915ee

@ -30,7 +30,7 @@ namespace EntityFrameworkCore.Jet.FunctionalTests
TestStore.ConnectionString,
TestEnvironment.DataAccessProviderFactory,
b => b.ApplyConfiguration().UseShortTextForSystemString().ExecutionStrategy(c => new JetExecutionStrategy(c))))
.UseInternalServiceProvider(Fixture.ServiceProvider).EnableDetailedErrors();
.UseInternalServiceProvider(Fixture.ServiceProvider);
return new DbContext(options.Options);
}

Loading…
Cancel
Save