diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-06-24 15:38:45 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-06-24 15:38:45 +0200 |
commit | a8028a7272be8bb121eed9149404f56a09651634 (patch) | |
tree | 6892dce19862d9b531175f571300c5ee9d995712 | |
parent | b1b851658ab720462f0c5b46d9cc7661be6cf493 (diff) | |
download | libnitrokey-storage-v0.54-tests.tar.gz libnitrokey-storage-v0.54-tests.tar.bz2 |
Remove last TOTP slot to make the tests pass for Storage v0.54storage-v0.54-tests
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | unittest/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |