diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/device.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/device.rs b/tests/device.rs index 7dea000..8efaace 100644 --- a/tests/device.rs +++ b/tests/device.rs @@ -462,6 +462,7 @@ fn get_production_info(device: Storage) { #[test_device] fn clear_new_sd_card_warning(device: Storage) { assert_eq!(Ok(()), device.factory_reset(ADMIN_PASSWORD)); + assert_eq!(Ok(()), device.build_aes_key(ADMIN_PASSWORD)); // We have to perform an SD card operation to reset the new_sd_card_found field assert_eq!(Ok(()), device.lock()); |