diff options
| -rw-r--r-- | embassy-boot/boot/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs index 4dd1ebe06..00cf2dfc6 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -1423,7 +1423,7 @@ mod tests { | |||
| 1423 | } | 1423 | } |
| 1424 | 1424 | ||
| 1425 | #[test] | 1425 | #[test] |
| 1426 | #[cfg(feature="_verify")] | 1426 | #[cfg(feature = "_verify")] |
| 1427 | fn test_verify() { | 1427 | fn test_verify() { |
| 1428 | // The following key setup is based on: | 1428 | // The following key setup is based on: |
| 1429 | // https://docs.rs/ed25519-dalek/latest/ed25519_dalek/#example | 1429 | // https://docs.rs/ed25519-dalek/latest/ed25519_dalek/#example |
