mirror of
https://github.com/veeso/termscp.git
synced 2026-04-09 11:41:54 -07:00
pretty assert
This commit is contained in:
@@ -163,6 +163,7 @@ impl std::fmt::Display for SerializerError {
|
||||
mod tests {
|
||||
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::env;
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -90,6 +90,7 @@ mod tests {
|
||||
|
||||
use super::*;
|
||||
|
||||
use pretty_assertions::assert_eq;
|
||||
use std::io::{Seek, SeekFrom};
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user