branch: elpa/base32
commit b7e1daca76c460a17d869c016a7da02777985143
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>

    Comment out some spurious calls in the test file
---
 tests/test-totp.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/test-totp.el b/tests/test-totp.el
index 64a484dd89..9dc9ef8ff7 100644
--- a/tests/test-totp.el
+++ b/tests/test-totp.el
@@ -221,9 +221,8 @@ earlier ones, whic would therefore not be returned by 
`assoc`)."
      (mapcar 'car test-totp-import-expected-results))
     close-enough))
 
-(totp-unwrap-otp-blob 
"otpauth://totp/Test%20QR%20import?secret=deadbeefdeadbeefdeadbeef&digits=7&algorithm=SHA256")
-
-(insert (pp (totp-load-file "single-otp-QR-code.png")))
+;; (totp-unwrap-otp-blob 
"otpauth://totp/Test%20QR%20import?secret=deadbeefdeadbeefdeadbeef&digits=7&algorithm=SHA256")
+;; (insert (pp (totp-load-file "single-otp-QR-code.png")))
 
 
 

Reply via email to