[ci] Fix all-keys and cli-utils tests

This commit is contained in:
Steve Myers
2020-10-28 21:34:04 -07:00
parent 7b9df5bbe5
commit 4f7355ec82
5 changed files with 8 additions and 5 deletions

View File

@@ -578,7 +578,7 @@ pub mod test {
use super::*;
const TEST_ENTROPY: [u8; 32] = [0xAA; 32];
pub const TEST_ENTROPY: [u8; 32] = [0xAA; 32];
#[test]
fn test_keys_generate_xprv() {