Skip to content

Commit

Permalink
Update LDEV4781.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Jan 23, 2024
1 parent 522358e commit a79c8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4781.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 run( testResults , testBox ) {
describe( title="Test suite for LDEV-4781", body=function() {
Expand All @@ -21,4 +21,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
});
}

}
}

0 comments on commit a79c8ef

Please sign in to comment.