Fix typo in TestBase.cs comment: 'akways' -> 'always'

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-12 12:06:47 +00:00
parent 292da90184
commit 64a09eb0f8

View File

@@ -55,7 +55,7 @@ public class TestBase : IAsyncDisposable
Directory.CreateDirectory(SCRATCH2_FILES_PATH);
}
//akways use async dispose since we have I/O and sync Dispose doesn't wait when using xunit
//always use async dispose since we have I/O and sync Dispose doesn't wait when using xunit
public async ValueTask DisposeAsync()
{
await Task.CompletedTask;