GH-355 Added support for deffered initialization of Function Catalog
Resolves #355
This commit is contained in:
@@ -297,6 +297,7 @@ public class ContextFunctionCatalogAutoConfigurationTests {
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
public void monoToMonoNonVoidFunction() {
|
||||
create(MonoToMonoNonVoidConfiguration.class);
|
||||
this.catalog.lookup("anything-doesn't-matter");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user