mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 05:07:55 +08:00
fix unit tests
This commit is contained in:
@@ -257,7 +257,7 @@ mod tests {
|
||||
let mut printer = PrinterServiceTest::default();
|
||||
let mut backend = TestBackend {};
|
||||
|
||||
assert!(list(None, &account_config, &mut printer, &mut backend).is_ok());
|
||||
assert!(list(&account_config, &mut printer, &mut backend, None).is_ok());
|
||||
assert_eq!(
|
||||
concat![
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user