Remove test for unexistent table as there was already one
This commit is contained in:
parent
7f58e1f690
commit
fc95566ddd
@ -317,9 +317,6 @@ function test_cdb_tablemetadatatouch() {
|
||||
sql postgres "SELECT tabname from CDB_TableMetadata;" should 'touch_example'
|
||||
sql postgres "SELECT count(*) from CDB_TableMetadata;" should 1
|
||||
|
||||
# non existent tables fails
|
||||
sql postgres "SELECT CDB_TableMetadataTouch('wadus_table_name');" fails
|
||||
|
||||
#### test tear down
|
||||
sql 'DROP TABLE touch_example;'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user