mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-16 05:25:03 +00:00
[PR #1127] [MERGED] Fix async test method naming in ZipArchiveAsyncTests #1557
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/1127
Author: @Copilot
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/12/2026
Merged by: @adamhathcock
Base:
adam/async← Head:copilot/sub-pr-1121-yet-again📝 Commits (2)
3a63653Initial planf4b1780Rename async test methods to use _Async suffix instead of _Sync📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
tests/SharpCompress.Test/Zip/ZipArchiveAsyncTests.cs(+2 -2)📄 Description
Two test methods in
ZipArchiveAsyncTests.cswere named with_Syncsuffix despite being async methods (returningValueTaskand usingawait).Changes
Zip_Random_Write_Remove_Sync→Zip_Random_Write_Remove_AsyncZip_Random_Write_Add_Sync→Zip_Random_Write_Add_AsyncThis aligns with the naming convention used throughout the test file where async test methods use the
_Asyncsuffix.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.