Skip to content

Commit

Permalink
Removed 0-arg test as no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed May 31, 2024
1 parent 66ad054 commit 4f1be36
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@

class EventListenerValidatorTest {

@Test
void testValidationFailsWhenZeroArgConstructorDoesNotExist() {
class Test {}

EventListenerValidator eventListenerValidator = new EventListenerValidator();
assertFalse(eventListenerValidator.validate(Test.class));
}

public static class ClassWithConstructor {
public ClassWithConstructor() {}
}
Expand Down

0 comments on commit 4f1be36

Please sign in to comment.