diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-27 17:16:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-27 17:16:06 +0000 |
commit | ce7841ae56a0c9f636c1547214fb6f2dcdc74dcd (patch) | |
tree | 326c0904ad914e90d295bdd8c924b14301d601a3 /tests | |
parent | Merge pull request #452 from deantvv/custom-header (diff) | |
download | miniserve-ce7841ae56a0c9f636c1547214fb6f2dcdc74dcd.tar.gz miniserve-ce7841ae56a0c9f636c1547214fb6f2dcdc74dcd.zip |
Fix grammar
Diffstat (limited to 'tests')
-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 |