diff --git a/src/ui/context.rs b/src/ui/context.rs index d250aa3..98a0b3f 100644 --- a/src/ui/context.rs +++ b/src/ui/context.rs @@ -74,6 +74,7 @@ impl Drop for Context { } } +/* #[cfg(test)] mod tests { @@ -104,3 +105,4 @@ mod tests { Box::new(sftp_client) } } +*/ \ No newline at end of file