Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestTotp.h')
-rw-r--r--tests/TestTotp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TestTotp.h b/tests/TestTotp.h
index d197294dd..785a9f522 100644
--- a/tests/TestTotp.h
+++ b/tests/TestTotp.h
@@ -30,7 +30,6 @@ class TestTotp : public QObject
private slots:
void initTestCase();
void testParseSecret();
- void testBase32();
void testTotpCode();
};