What area needs maintenance?
Test method names across Tests/.
Why is this improvement needed?
Some test method names use underscores to distinguish between related cases. This is inconsistent with Swift naming conventions and the rest of the test suite, which uses camelCase throughout.
Proposed solution
Audit all test method names across Tests/ and rename any that contain underscores to camelCase equivalents.
Code of Conduct
What area needs maintenance?
Test method names across
Tests/.Why is this improvement needed?
Some test method names use underscores to distinguish between related cases. This is inconsistent with Swift naming conventions and the rest of the test suite, which uses camelCase throughout.
Proposed solution
Audit all test method names across
Tests/and rename any that contain underscores to camelCase equivalents.Code of Conduct