test(nextcloud): enable tests
This commit is contained in:
parent
231f205f0e
commit
e3e766ed82
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ pub(crate) mod deck;
|
||||||
pub(crate) mod model;
|
pub(crate) mod model;
|
||||||
mod stack;
|
mod stack;
|
||||||
|
|
||||||
// #[cfg(test)]
|
#[cfg(test)]
|
||||||
// mod tests;
|
mod tests;
|
||||||
|
|
||||||
pub(crate) struct DeckClient<'ctx> {
|
pub(crate) struct DeckClient<'ctx> {
|
||||||
ctx: &'ctx FullCtx,
|
ctx: &'ctx FullCtx,
|
||||||
|
|
Loading…
Reference in a new issue