-
Notifications
You must be signed in to change notification settings - Fork 976
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tests): handle lack of
await using
For ZipStreamAsyncTest we are explicitly testing for `await using`, so it's now being marked as ignored and a dummy await is added to skip warnings For GzipAsyncTests we are testing multiple async methods, so variants are added that simply skips the `await using`/`DisposeAsync` and calls the underlying `FinishAsync`
- Loading branch information
Showing
2 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters