Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Nov 1, 2024
1 parent 672ba6e commit cf38039
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/tickets/LDEV4753.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="mssql" {

function afterAll() {
if(isNotSupported()) return;
return;
query datasource=variables.datasource{
echo("DROP TABLE IF EXISTS LDEV4753");
}
Expand Down
1 change: 0 additions & 1 deletion test/tickets/LDEV4753_mysql.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="mysql" {

function afterAll() {
if(isNotSupported()) return;
return;
query datasource=variables.datasource{
echo("DROP TABLE IF EXISTS LDEV4753");
}
Expand Down

0 comments on commit cf38039

Please sign in to comment.