Correct tiny warning thing

This commit is contained in:
Shay Rojansky
2021-01-15 15:33:56 +01:00
parent 27ab6b4ca7
commit 5b060fce6b

View File

@@ -25,6 +25,6 @@ namespace Microsoft.EntityFrameworkCore.TestUtilities
#pragma warning disable EF1001
public override LoggingDefinitions LoggingDefinitions { get; } = new SqliteLoggingDefinitions();
#pragma warning enable EF1001
#pragma warning restore EF1001
}
}