Skip to content

Commit 7e4cba3

Browse files
committed
f
1 parent 46e9797 commit 7e4cba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/statement/QueryStatementTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ public void getPathsTest() {
151151
(QueryStatement) StatementGenerator.createStatement(sql, ZonedDateTime.now().getOffset());
152152
List<PartialPath> fullPaths = statement.getPaths();
153153
assertEquals(2, fullPaths.size());
154-
assertEquals("root.db.d1.s1", fullPaths.get(0).getFullPath());
155-
assertEquals("root.db.d1.s3", fullPaths.get(1).getFullPath());
154+
assertEquals("root.db.d1.s3", fullPaths.get(0).getFullPath());
155+
assertEquals("root.db.d1.s1", fullPaths.get(1).getFullPath());
156156
}
157157

158158
private void checkErrorQuerySql(String sql) {

0 commit comments

Comments
 (0)