diff --git a/test/EFCore.Jet.FunctionalTests/TestUtilities/AssertSqlHelper.cs b/test/EFCore.Jet.FunctionalTests/TestUtilities/AssertSqlHelper.cs index 6db4420..cef8e95 100644 --- a/test/EFCore.Jet.FunctionalTests/TestUtilities/AssertSqlHelper.cs +++ b/test/EFCore.Jet.FunctionalTests/TestUtilities/AssertSqlHelper.cs @@ -24,8 +24,6 @@ namespace EntityFrameworkCore.Jet.FunctionalTests.TestUtilities => Declaration(fullDeclaration, DataAccessProviderType); //TODO:confirm which way odbc and oledb do this public static string Declaration(string fullDeclaration, DataAccessProviderType dataAccessProviderType) - => dataAccessProviderType == DataAccessProviderType.Odbc - ? fullDeclaration - : string.Empty; + => fullDeclaration; } } \ No newline at end of file