Revert "GH-355 Added support for deffered initialization of Function Catalog"

This reverts commit cd0ca2f7dc.
This commit is contained in:
Oleg Zhurakousky
2019-05-01 04:48:21 +02:00
parent 58ec9bf8a6
commit cb952648b3
3 changed files with 13 additions and 37 deletions

View File

@@ -297,7 +297,6 @@ public class ContextFunctionCatalogAutoConfigurationTests {
@Test(expected = IllegalArgumentException.class)
public void monoToMonoNonVoidFunction() {
create(MonoToMonoNonVoidConfiguration.class);
this.catalog.lookup("anything-doesn't-matter");
}
@Test