Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 10, 2024
1 parent ec4fbbb commit 3c36972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tags/Query.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
but get the default name="" application scope instead
https://luceeserver.atlassian.net/browse/LDEV-5187
*/
public void function testAsynUDF {
public void function testAsynUDF() {
server.query_testAsynUDF=false;
var udf=function (caller,args,result,meta) {
arguments.args.sql="insert into QueryTestAsync(id,i,dec) values('6',1,1.0)"; // change SQL
Expand Down

0 comments on commit 3c36972

Please sign in to comment.