Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 269e8ad

Browse files
committed
Fixed test cleanup
1 parent 64d4ebb commit 269e8ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ut_run/ut.run.FailsToExecuteAnInvalidPackageBody.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ end;
3131
/
3232

3333
set termout off
34-
drop table test_dependency_table;
34+
drop package test_dependencies;
3535
set termout on

0 commit comments

Comments
 (0)