We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18c031 commit f1ef1b1Copy full SHA for f1ef1b1
1 file changed
tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/Tests/Basic/BasicTestsBase.cs
@@ -93,7 +93,7 @@ public async Task InsertsEntitiesAndReturn()
93
}
94
95
[SkippableFact]
96
- public async Task InsertsEntitiesAndReturnAsyncENumerable()
+ public async Task InsertsEntitiesAndReturnAsyncEnumerable()
97
{
98
Skip.If(_context.Database.ProviderName!.Contains("Mysql", StringComparison.InvariantCultureIgnoreCase));
99
0 commit comments