Skip to content

Commit 5ff3cfa

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 823cf8a commit 5ff3cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KustoSchemaTools.Tests/DefaultDatabaseWriterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public async Task UpdatePrimary_ShouldRetryUntilChangesSucceed()
3434
}
3535

3636
[Fact]
37-
public async Task UpdatePrimary_NoRetryIfAllSucces()
37+
public async Task UpdatePrimary_NoRetryIfAllSuccess()
3838
{
3939
// Arrange
4040
var sourceDb = new Database { Name = "SourceDb" };

0 commit comments

Comments
 (0)