Skip to content

Commit 0694876

Browse files
committed
fix-n
1 parent 6025be5 commit 0694876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void testOPCUAServerSink() throws Exception {
170170
TestUtils.executeNonQueries(
171171
env,
172172
Arrays.asList(
173-
"create aligned timeSeries root.db.opc(value int32, quality boolean, other int32)",
173+
"create aligned timeSeries root.db.opc(value double, quality boolean, other int32)",
174174
"insert into root.db.opc(time, value, quality, other) values (1, 1, false, 1)"),
175175
null);
176176

0 commit comments

Comments
 (0)