Skip to content

Commit

Permalink
Update LDEV4694.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Sep 27, 2023
1 parent 02f67da commit 6d63b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/LDEV4694.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends=org.lucee.cfml.test.LuceeTestCase {
component extends=org.lucee.cfml.test.LuceeTestCase skip=true {

function beforeAll() {
variables.testPdf = getTempFile( getTempDirectory(), "ldev4694", "pdf" );
Expand Down Expand Up @@ -27,4 +27,4 @@ component extends=org.lucee.cfml.test.LuceeTestCase {
if ( fileExists( variables.testPdf ) )
fileDelete( variables.testPdf );
};
}
}

0 comments on commit 6d63b5f

Please sign in to comment.