This commit is contained in:
Johnny Lim
2018-02-20 05:47:01 +09:00
committed by Phillip Webb
parent cc9a5b72e1
commit 88b184ca23
14 changed files with 27 additions and 29 deletions

View File

@@ -260,7 +260,7 @@ public class ApplicationContextAssertTests {
}
@Test
public void getBeanOfTypeWhenInParentWithLimtedScopeShouldReturnNullAssert() {
public void getBeanOfTypeWhenInParentWithLimitedScopeShouldReturnNullAssert() {
this.parent.registerSingleton("foo", Foo.class);
assertThat(getAssert(this.context)).getBean(Foo.class, Scope.NO_ANCESTORS)
.isNull();