From e3e766ed82954c28dcd63a4b863d443ec42e021a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Dec 2024 08:02:19 +0000 Subject: [PATCH] test(nextcloud): enable tests --- src/nextcloud/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,