Skip to content

Commit 23264e7

Browse files
Alena Rybakinadanolivo
Alena Rybakina
authored andcommitted
Add delete table c after finished look-a-like test.
1 parent 1a1d12a commit 23264e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎expected/look_a_like.out

+1
Original file line numberDiff line numberDiff line change
@@ -552,5 +552,6 @@ SELECT 1 FROM aqo_reset();
552552

553553
DROP TABLE a;
554554
DROP TABLE b;
555+
DROP TABLE c;
555556
DROP FUNCTION expln;
556557
DROP EXTENSION aqo CASCADE;

‎sql/look_a_like.sql

+1
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ WHERE str NOT LIKE 'Query Identifier%' and str NOT LIKE '%Memory%' and str NOT L
138138
SELECT 1 FROM aqo_reset();
139139
DROP TABLE a;
140140
DROP TABLE b;
141+
DROP TABLE c;
141142
DROP FUNCTION expln;
142143
DROP EXTENSION aqo CASCADE;

0 commit comments

Comments
 (0)