Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Jan 18, 2025
1 parent ba5bc63 commit 90f0c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tests:
- query: 'show tables'
result:
columns: ["Tables_in_repo1"]
rows: []
rows: [["t"]]
- on: repo1
queries:
- exec: 'create table t(c0 int)'
Expand Down

0 comments on commit 90f0c4c

Please sign in to comment.