diff options
Diffstat (limited to '')
-rw-r--r-- | tests/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth.rs b/tests/auth.rs index 255c09f..09ea8d8 100644 --- a/tests/auth.rs +++ b/tests/auth.rs @@ -123,7 +123,7 @@ fn auth_rejects( Ok(()) } -/// Helper functions that register multiple accounts +/// Helper function that registers multiple accounts #[cfg(test)] fn register_accounts<'a>(command: &'a mut Command) -> &'a mut Command { command |