test(nextcloud): enable tests
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m2s
Test / build (map[name:stable]) (push) Successful in 6m26s
Release Please / Release-plz (push) Failing after 15s

This commit is contained in:
Paul Campbell 2024-12-14 08:02:19 +00:00
parent 231f205f0e
commit e3e766ed82

View file

@ -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,