Skip to content

Commit

Permalink
enable argon tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 28, 2024
1 parent f419bbc commit c4a18f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functions/Argon2CheckHash.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" skip="true" {
component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" {

function run( testResults , testBox ) {
describe( title = "Testcase for Argon2CheckHash function", body = function() {
Expand Down
2 changes: 1 addition & 1 deletion test/functions/GenerateArgon2Hash.cfc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" skip="true"{
component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" {
function run( testResults , testBox ) {
describe( "test case for GenerateArgon2Hash", function() {
it(title = "Checking with GenerateArgon2Hash()",skip=getJavaVersion()>20, body = function( currentSpec ) {
Expand Down

0 comments on commit c4a18f3

Please sign in to comment.