diff --git a/tests/SharpCompress.Test/TestBase.cs b/tests/SharpCompress.Test/TestBase.cs index e65305e1f..702d6bca0 100644 --- a/tests/SharpCompress.Test/TestBase.cs +++ b/tests/SharpCompress.Test/TestBase.cs @@ -55,7 +55,7 @@ protected TestBase() 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;