mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Always place an int in the parameters total field
This commit is contained in:
parent
d780833306
commit
bbd3e74a5f
@ -142,7 +142,7 @@ async def test_generate(reactor, request, alice):
|
||||
"zfec": {
|
||||
"segmentSize": SEGMENT_SIZE,
|
||||
"required": case.seed_params.required,
|
||||
"total": case.seed_params.total,
|
||||
"total": case.seed_params.realize(vectors.MAX_SHARES_MAP[case.fmt]).total,
|
||||
},
|
||||
"expected": cap,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user