diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-04 13:00:23 -0800 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-05 10:28:49 +0100 |
commit | 54f77851093932d82076f9ef393753e9d6692179 (patch) | |
tree | ae88b22646e22a2c86d0a8ed5fa53855f0f8fa65 /src/config.rs | |
parent | 7645f3964cf8060181b8fac130686e09959f00e1 (diff) | |
download | nitrokey-rs-54f77851093932d82076f9ef393753e9d6692179.tar.gz nitrokey-rs-54f77851093932d82076f9ef393753e9d6692179.tar.bz2 |
Prefer assert_eq over is_ok() checks
We experienced various problems running the tests and while they may or
may not be caused by local setup issues, it is helpful to have more
information than just an indication that an assertion (true/false) was
violated.
To that end, this change adjusts some of the assert!(<func>().is_ok())
to compare against Ok(()) instead. This way, if the result is not the Ok
variant, the error code will get printed.
Diffstat (limited to 'src/config.rs')
0 files changed, 0 insertions, 0 deletions