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 823cf8a commit 5ff3cfaCopy full SHA for 5ff3cfa
KustoSchemaTools.Tests/DefaultDatabaseWriterTests.cs
@@ -34,7 +34,7 @@ public async Task UpdatePrimary_ShouldRetryUntilChangesSucceed()
34
}
35
36
[Fact]
37
- public async Task UpdatePrimary_NoRetryIfAllSucces()
+ public async Task UpdatePrimary_NoRetryIfAllSuccess()
38
{
39
// Arrange
40
var sourceDb = new Database { Name = "SourceDb" };
0 commit comments