From 03c84f6ca3b1669bf034a2a76ef80308132b2204 Mon Sep 17 00:00:00 2001 From: doufenghu Date: Wed, 30 Oct 2024 20:43:52 +0800 Subject: [Fix][test] Rename test method lookup_field/output_field to lookupField/outputField. --- .../geedgenetworks/core/udf/cn/IntelligenceIndicatorLookupTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groot-core/src/test/java/com/geedgenetworks/core/udf/cn/IntelligenceIndicatorLookupTest.java b/groot-core/src/test/java/com/geedgenetworks/core/udf/cn/IntelligenceIndicatorLookupTest.java index 316e4d1..7d643f4 100644 --- a/groot-core/src/test/java/com/geedgenetworks/core/udf/cn/IntelligenceIndicatorLookupTest.java +++ b/groot-core/src/test/java/com/geedgenetworks/core/udf/cn/IntelligenceIndicatorLookupTest.java @@ -162,8 +162,8 @@ public class IntelligenceIndicatorLookupTest { parameters.put("kb_name", kbName); parameters.put("option", "SUBSCRIBER_TO_TAG"); udfContext.setParameters(parameters); - udfContext.setLookup_fields(Collections.singletonList("subscriber_id")); - udfContext.setOutput_fields(Collections.singletonList("subscriber_tags")); + udfContext.setLookupFields(Collections.singletonList("subscriber_id")); + udfContext.setOutputFields(Collections.singletonList("subscriber_tags")); intelligenceIndicatorLookup.open(runtimeContext, udfContext); Event event = new Event(); -- cgit v1.2.3