Skip to content

Commit 54ff0fd

Browse files
committed
backup: unit test also seed of 24 bytes length
1 parent ffb518b commit 54ff0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/bitbox02-rust/src/backup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ mod tests {
347347
fn test_create_load() {
348348
// Test for seeds of different size.
349349
_test_create_load(&b"\x52\x20\xa4\xe9\xce\xea\xc6\x80\x5d\xf2\x36\x09\xf6\xb4\x78\xbb\x28\xca\x69\xb5\x16\x95\xed\x7c\x03\xbf\x74\x3a\xa5\xde\xe3\x7e"[..]);
350+
_test_create_load(&b"\x52\x20\xa4\xe9\xce\xea\xc6\x80\x5d\xf2\x36\x09\xf6\xb4\x78\xbb\x28\xca\x69\xb5\x16\x95\xed\x7c"[..]);
350351
_test_create_load(&b"\x52\x20\xa4\xe9\xce\xea\xc6\x80\x5d\xf2\x36\x09"[..]);
351352
}
352353

0 commit comments

Comments
 (0)