diff --git a/CHANGELOG.md b/CHANGELOG.md index 404b60e14..76a787b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. - Update team notification script and workflow for P0 issues 'p0_issues_notify_team.js' - Rename test files across the repository to ensure they consistently end with _test.py (#1055) - Cleaned up `token_airdrop_claim_signature_required` example for pylint compliance (no functional changes). (#1080) +- Rename the file 'test_token_fee_schedule_update_transaction_e2e.py' to make it ends with _test.py as all other test files.(#1117) ### Fixed diff --git a/tests/integration/test_token_fee_schedule_update_transaction_e2e.py b/tests/integration/token_fee_schedule_update_transaction_e2e_test.py similarity index 100% rename from tests/integration/test_token_fee_schedule_update_transaction_e2e.py rename to tests/integration/token_fee_schedule_update_transaction_e2e_test.py