diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -14,6 +14,8 @@ mod tests {      #[test]      fn login_auto() {          unsafe { +            // logout required due to https://github.com/Nitrokey/libnitrokey/pull/115 +            NK_logout();              assert_eq!(0, NK_login_auto());          }      } | 
