Skip to content

Fix async test method naming in ZipArchiveAsyncTests#1127

Merged
adamhathcock merged 2 commits intoadam/asyncfrom
copilot/sub-pr-1121-yet-again
Jan 12, 2026
Merged

Fix async test method naming in ZipArchiveAsyncTests#1127
adamhathcock merged 2 commits intoadam/asyncfrom
copilot/sub-pr-1121-yet-again

Conversation

Copy link
Contributor

Copilot AI commented Jan 12, 2026

Two test methods in ZipArchiveAsyncTests.cs were named with _Sync suffix despite being async methods (returning ValueTask and using await).

Changes

  • Renamed Zip_Random_Write_Remove_SyncZip_Random_Write_Remove_Async
  • Renamed Zip_Random_Write_Add_SyncZip_Random_Write_Add_Async

This aligns with the naming convention used throughout the test file where async test methods use the _Async suffix.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on async improvements for ZipReader and ZipWriter Fix async test method naming in ZipArchiveAsyncTests Jan 12, 2026
Copilot AI requested a review from adamhathcock January 12, 2026 12:10
@adamhathcock adamhathcock marked this pull request as ready for review January 12, 2026 12:10
@adamhathcock adamhathcock merged commit 3807c3c into adam/async Jan 12, 2026
@adamhathcock adamhathcock deleted the copilot/sub-pr-1121-yet-again branch January 12, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants