move admin tests into unit; fix
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
a35b6cbfdd
commit
03d890cd49
3 changed files with 27 additions and 28 deletions
|
@ -24,7 +24,6 @@ use crate::{
|
|||
};
|
||||
pub(crate) const PAGE_SIZE: usize = 100;
|
||||
|
||||
#[cfg_attr(test, derive(Debug))]
|
||||
#[derive(Parser)]
|
||||
#[command(name = "admin", version = env!("CARGO_PKG_VERSION"))]
|
||||
pub(crate) enum AdminCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue