Skip to content

Commit

Permalink
fix: case failed for escapedb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Sep 13, 2023
1 parent d302253 commit 330f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/taosdump/native/taosdumpEscapedDb.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def run(self):
tdSql.checkRows(1)
tdSql.checkData(0, 0, "st")

tdSql.query("select count(*) from `Db`.st")
tdSql.query("select count(*) from `NewDb`.st")
tdSql.checkData(0, 0, 1)

def stop(self):
Expand Down

0 comments on commit 330f11a

Please sign in to comment.