mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #1127] Fix async test method naming in ZipArchiveAsyncTests #1560
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?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/1127
State: closed
Merged: Yes
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.