Skip to content

Commit

Permalink
Update LDEV4753.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Jan 22, 2024
1 parent eb559c3 commit 9ef0393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4753.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase" skip=true {
param name="form.myValue" default="LuceeTestCase";
param name="form.seqno" default="";
expect( function() {
cfupdate(tableName = "cfupdatetbl" formFields = "form.id,form.myValue,form.seqno" datasource=str);
}).notToThrow();
cfupdate(tableName = "cfupdatetbl" formFields = "form.id,form.myValue,form.seqno" datasource=str);
}).notToThrow();
});
});
}
Expand Down

0 comments on commit 9ef0393

Please sign in to comment.