Test for dead-time computation corrected

This commit is contained in:
Ekaterina Savelyeva 2025-04-25 13:36:38 +04:00
parent d1555f4d5f
commit edc585a8ef

View File

@ -300,7 +300,7 @@ mod tests {
TestRun { TestRun {
value: 400, value: 400,
ckd: Ckd::DIV1, ckd: Ckd::DIV1,
bits: 32 + (400u16 / 8) as u8, bits: 210,
}, },
TestRun { TestRun {
value: 600, value: 600,