Skip to content

Commit 4cd4299

Browse files
committed
f
1 parent 72e2f68 commit 4cd4299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public void testOPCUAServerSink() throws Exception {
110110
long startTime = System.currentTimeMillis();
111111
while (true) {
112112
try {
113-
value = opcUaClient.readValue(0, TimestampsToReturn.Both, new NodeId(2, "root/db/opc")).get();
113+
value =
114+
opcUaClient.readValue(0, TimestampsToReturn.Both, new NodeId(2, "root/db/opc")).get();
114115
Assert.assertEquals(new Variant(1.0), value.getValue());
115116
Assert.assertEquals(StatusCode.BAD, value.getStatusCode());
116117
Assert.assertEquals(new DateTime(timestampToUtc(1)), value.getSourceTime());

0 commit comments

Comments
 (0)