blob: bad56e77727f751c2b3852f058f0416f1656615c (
plain)
1
2
3
4
5
6
7
8
9
|
# req-036
Given a bucket, `bucket`, if the procedure
`is_bucket_balance_up_to_date(bucket)` as described in req-035 returns TRUE,
then the accurate balance of `bucket` is equal to `bucket.balance`.
Sources: req-030, req-032
Satisfied by: req-070, ass-008
|