Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Nov 8, 2023
1 parent 2b30d83 commit 97dddff
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 @@ -44,8 +44,8 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
var records=qry.recordcount;
}

assertTrue( executionTime<10000);
assertEquals(records, executionTime);
assertTrue( executionTime<2000 );
assertEquals(10000, records); // 10000] but received [861
});
});
}
Expand Down

0 comments on commit 97dddff

Please sign in to comment.