blob: 43b0be5323e2d779f36ed3f88c5853ea0032143a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# task-050
Every time a bucket's `balance` or `balance_cache_key` properties are set or
updated, it must be the case that running `calculate_bucket_balance(bucket)`
under the pretence that `is_bucket_balance_up_to_date(bucket)` returns FALSE
would leave the bucket's `balance` and `balance_cache_key` unchanged.
Source: req-071
Epic: epic-008
|