Skip to content

Commit

Permalink
improve test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jul 13, 2024
1 parent 2d931f5 commit fbca455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/general/BigBucket.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
}

assertTrue( executionTime<3000 );
assertEquals(10000, records); // 10000] but received [861
assertEquals(100, records); // 100] but received [861
});


Expand All @@ -76,7 +76,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {


assertTrue( executionTime<100 );
// assertEquals(10000, executionTime);
// assertEquals(100, executionTime);
});
});
}
Expand Down

0 comments on commit fbca455

Please sign in to comment.