From a8028a7272be8bb121eed9149404f56a09651634 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Mon, 24 Jun 2019 15:38:45 +0200 Subject: Remove last TOTP slot to make the tests pass for Storage v0.54 Signed-off-by: Szczepan Zalega --- unittest/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/constants.py b/unittest/constants.py index 645ef6a..140a6c1 100644 --- a/unittest/constants.py +++ b/unittest/constants.py @@ -59,4 +59,4 @@ class LibraryErrors: HOTP_slot_count = 3 -TOTP_slot_count = 15 \ No newline at end of file +TOTP_slot_count = 14 \ No newline at end of file -- cgit v1.2.1