Fix typo in TestBase.cs comment: 'akways' -> 'always'
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
This commit is contained in:
parent
292da90184
commit
64a09eb0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue