mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 22:51:02 +00:00
fix older tests
This commit is contained in:
parent
e7552a76a7
commit
61ef1aee4e
1 changed files with 5 additions and 0 deletions
|
|
@ -843,6 +843,8 @@ func TestQuerySQL(t *testing.T) {
|
|||
{"Table", "string"},
|
||||
},
|
||||
rows: []row{
|
||||
{[]columnResponse{"another_one"}},
|
||||
{[]columnResponse{"deletable_index"}},
|
||||
{[]columnResponse{"delete_me"}},
|
||||
{[]columnResponse{"grouper"}},
|
||||
{[]columnResponse{"joiner"}},
|
||||
|
|
@ -881,6 +883,9 @@ func TestQuerySQL(t *testing.T) {
|
|||
{"Table", "string"},
|
||||
},
|
||||
rows: []row{
|
||||
{[]columnResponse{"another_one"}},
|
||||
{[]columnResponse{"deletable_index"}},
|
||||
|
||||
{[]columnResponse{"grouper"}},
|
||||
{[]columnResponse{"joiner"}},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue