aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-28 21:32:36 +0000
committerRobin Krahl <robin.krahl@ireas.org>2018-05-28 23:33:19 +0200
commitf58400a22986cdedf34f85dc17d1d59335ffb404 (patch)
treee2938ffc3a6fb64a5bf157180a048541fc18b8a3 /README.md
parentfa472112a82e2eca052cd8ed0a09c2849a665f67 (diff)
downloadnitrokey-rs-f58400a22986cdedf34f85dc17d1d59335ffb404.tar.gz
nitrokey-rs-f58400a22986cdedf34f85dc17d1d59335ffb404.tar.bz2
Group tests by tested functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 77eb84f..1be2aee 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ To execute this test suite, run `cargo test --no-default-features --features
test-pro -- --test-threads 1`. Note that this test suite might lock your stick
if you have different passwords!
-The `totp` and `totp_pin` tests can occasionally fail due to bad timing. Also
-make sure to run the tests sequentially (`--test-threads 1`), otherwise they
-might interfere.
+The `totp_no_pin` and `totp_pin` tests can occasionally fail due to bad timing.
+Also make sure to run the tests sequentially (`--test-threads 1`), otherwise
+they might interfere.
## Contact