We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d2c5b commit 9460ab4Copy full SHA for 9460ab4
src/test/java/com/thealgorithms/sorts/FlashSortTest.java
@@ -75,7 +75,6 @@ private List<TestMethod> getTestMethodsFromSuperClass() {
75
if (method.isAnnotationPresent(Test.class)) {
76
testMethods.add(new TestMethod(() -> {
77
try {
78
- method.setAccessible(true);
79
method.invoke(this);
80
} catch (Exception e) {
81
throw new RuntimeException(e);
0 commit comments