fixed linter issues and outdated tests

This commit is contained in:
Jędrzej Stuczyński
2024-10-10 15:38:00 +01:00
parent f76d677f64
commit 45f4eeeff2
28 changed files with 586 additions and 417 deletions
-8
View File
@@ -456,11 +456,3 @@ impl NymApiStorageError {
}
}
}
#[cfg(test)]
mod tests {
use super::*;
#[test]
fn uptime_response_conversion() {}
}