Skip to content

Commit 2c62c39

Browse files
committed
sp
1 parent e822a94 commit 2c62c39

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/persistence

iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/persistence/UDFInfoTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
import org.apache.iotdb.common.rpc.thrift.FunctionType;
2323
import org.apache.iotdb.common.rpc.thrift.Model;
24-
import org.apache.iotdb.commons.exception.IoTDBRuntimeException;
2524
import org.apache.iotdb.commons.exception.IllegalPathException;
25+
import org.apache.iotdb.commons.exception.IoTDBRuntimeException;
2626
import org.apache.iotdb.commons.udf.UDFInformation;
2727
import org.apache.iotdb.commons.udf.UDFType;
2828
import org.apache.iotdb.confignode.consensus.request.write.function.CreateFunctionPlan;
@@ -87,8 +87,7 @@ public void testDropOneSharedJarReferenceKeepsJarMetadata()
8787
Assert.fail("Expected shared jar conflict after dropping only one referenced UDF.");
8888
} catch (IoTDBRuntimeException e) {
8989
Assert.assertEquals(
90-
org.apache.iotdb.rpc.TSStatusCode.UDF_ALREADY_EXISTS.getStatusCode(),
91-
e.getErrorCode());
90+
org.apache.iotdb.rpc.TSStatusCode.UDF_ALREADY_EXISTS.getStatusCode(), e.getErrorCode());
9291
}
9392
}
9493

0 commit comments

Comments
 (0)