Skip to content

Commit

Permalink
Remove unused method and streamline tests in ScaleReverseTest
Browse files Browse the repository at this point in the history
Removed the custom Iterator method, `anyBlockIterator`, from `ScaleReverseTest.java` and updated the test assertions to use any instance of the Iterator class. This simplifies the testing setup, reduces redundancy and improves the readability of the tests. Also, removed the redundant Maven Test command in the GitHub workflow file.
  • Loading branch information
SmartGecko44 committed Dec 5, 2023
1 parent 89044c1 commit ca0dbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: mkdir -p target

- name: Build with Maven
run: mvn package --file ../pom.xml
run: mvn verify --file ../pom.xml
working-directory: target

- name: Create filtered-artifacts
Expand Down

0 comments on commit ca0dbb0

Please sign in to comment.