Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CleanRemove method verifications in ScaleReverseTest
Streamlined the verification of CleanRemove method calls in various test functions within ScaleReverseTest. The ArgumentMatchers usage has been modified from having anyInt() combined with any(Iterator.class) to just use any(). This increases the readability of method call verifications and bolsters test integrity.
- Loading branch information