This commit is contained in:
veeso
2023-05-09 15:40:21 +02:00
parent 9009002b6e
commit c5eeae74b7
83 changed files with 398 additions and 358 deletions
@@ -2,10 +2,11 @@
//!
//! `filetransfer_activiy` is the module which implements the Filetransfer activity, which is the main activity afterall
use bytesize::ByteSize;
use std::fmt;
use std::time::Instant;
use bytesize::ByteSize;
// -- States and progress
/// TransferStates contains the states related to the transfer process
@@ -173,10 +174,11 @@ impl TransferOpts {
#[cfg(test)]
mod test {
use super::*;
use std::time::Duration;
use pretty_assertions::assert_eq;
use std::time::Duration;
use super::*;
#[test]
fn test_ui_activities_filetransfer_lib_transfer_progress_states() {