fixes const usage in test_get_info

This commit is contained in:
Fabian Kaczmarczyck
2021-01-22 14:23:32 +01:00
parent cf8b54b39c
commit 7d04c5c6d0

View File

@@ -1267,7 +1267,7 @@ mod test {
"setMinPINLength" => true,
"forcePINChange" => false,
},
0x05 => 1024,
0x05 => MAX_MSG_SIZE as u64,
0x06 => cbor_array_vec![vec![1]],
0x07 => MAX_CREDENTIAL_COUNT_IN_LIST.map(|c| c as u64),
0x08 => CREDENTIAL_ID_SIZE as u64,