mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix test issue
This commit is contained in:
@@ -373,5 +373,5 @@ fn test_ugoira_frames() {
|
||||
#[test]
|
||||
fn test_ugoira_zip_error() {
|
||||
let e = UgoiraZipError::from(3);
|
||||
assert_eq!(Ok(String::from("Closing zip archive failed: No error")), e.to_str());
|
||||
assert!(e.to_str().is_ok())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user