Fix warning

Signed-off-by: constantoine <cleo.rebert-ext@treezor.com>
This commit is contained in:
constantoine 2022-10-10 11:15:57 +02:00
parent 0131d7e077
commit 0f917c4aac
No known key found for this signature in database
GPG Key ID: 0FA097951CF65367
1 changed files with 0 additions and 2 deletions

View File

@ -1064,8 +1064,6 @@ mod tests {
#[test]
#[cfg(feature = "qr")]
fn generates_qr_ok() {
use sha2::{Digest, Sha512};
let totp = TOTP::new(
Algorithm::SHA1,
6,