diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 12:25:41 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 16:52:55 +0100 |
commit | 45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943 (patch) | |
tree | 563a708907280ecc11bc892a91b7c0925ddb6993 | |
parent | 73c8aebac338d3454d7e345ffd687324317077ec (diff) | |
download | nitrokey-rs-45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943.tar.gz nitrokey-rs-45b2bc5c77a2f5c22ee6a75c1c1d2b4f9b458943.tar.bz2 |
Remove todo notes for Storage tests and refactoring
This patch removes two items from the todo list:
- Check timing in Storage tests: Since we introduced the two seconds
timeout, no test failed due to timing issues. There is nothing we can
do to check it more precisely, so we just have to live with it for
now.
- Consider restructuring `device::StorageStatus`: We already have
structs for the volume status and firmware version. There is no need
to extract more fields.
-rw-r--r-- | TODO.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,7 +10,5 @@ SPDX-License-Identifier: CC0-1.0 - Lock password safe in `PasswordSafe::drop()` (see [nitrokey-storage-firmware issue 65][]). - Disable creation of multiple password safes at the same time. -- Check timing in Storage tests. -- Consider restructuring `device::StorageStatus`. [nitrokey-storage-firmware issue 65]: https://github.com/Nitrokey/nitrokey-storage-firmware/issues/65 |