Skip to content

Commit

Permalink
fixed flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
pubalokta committed Oct 11, 2024
1 parent ce805a3 commit 4932356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ module.exports.tests = (clientCreator) => {
assert.isTrue(result.elevated_limits.activated);
assert.isTrue(result.elevated_limits.erl_configured_for_bucket)
assert.equal(result.limit, 5);
assert.equal(result.remaining, 3);
assert.isAbove(result.remaining, 1);
done();
});
});
Expand Down

0 comments on commit 4932356

Please sign in to comment.