Fix matchesNestedConfigurationClassWithoutTestMethodsIfItHasTestable()

See gh-18559
pull/18571/head
Johnny Lim 5 years ago committed by Stephane Nicoll
parent 9a89039172
commit 887c3b71f3

@ -81,7 +81,7 @@ class TestTypeExcludeFilterTests {
@Test @Test
void matchesNestedConfigurationClassWithoutTestMethodsIfItHasTestable() throws Exception { void matchesNestedConfigurationClassWithoutTestMethodsIfItHasTestable() throws Exception {
assertThat(this.filter.match(getMetadataReader(AbstractJupiterTestWithConfigAndExtendWith.Config.class), assertThat(this.filter.match(getMetadataReader(AbstractJupiterTestWithConfigAndTestable.Config.class),
this.metadataReaderFactory)).isTrue(); this.metadataReaderFactory)).isTrue();
} }

Loading…
Cancel
Save