Skip to content

Commit

Permalink
Update assertj-tests/assertj-integration-tests/assertj-core-java-17/s…
Browse files Browse the repository at this point in the history
…rc/test/java/org/assertj/core/tests/java17/Assertions_assertThat_with_Class_Test.java

Co-authored-by: Stefano Cordio <stefano_cordio@epam.com>
  • Loading branch information
pbacz and scordio committed Jan 3, 2024
1 parent 8fa44d3 commit 887770e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -128,6 +128,7 @@ void hasPermittedSubclasses_should_fail_if_actual_does_not_have_one_of_given_cla

@Test
void hasNoPermittedSubclasses_should_pass_if_actual_has_no_permitted_subclasses() {
// WHEN/THEN
assertThat(NonSealedClass.class).hasNoPermittedSubclasses();
}

Expand Down

0 comments on commit 887770e

Please sign in to comment.