diff --git a/src/nextcloud/mod.rs b/src/nextcloud/mod.rs index 99414a5..721aae0 100644 --- a/src/nextcloud/mod.rs +++ b/src/nextcloud/mod.rs @@ -25,8 +25,8 @@ pub(crate) mod deck; pub(crate) mod model; mod stack; -// #[cfg(test)] -// mod tests; +#[cfg(test)] +mod tests; pub(crate) struct DeckClient<'ctx> { ctx: &'ctx FullCtx,