mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
cargo fmt
This commit is contained in:
@@ -521,7 +521,6 @@ mod tests {
|
|||||||
assert_ne!(res.get_id(), 0);
|
assert_ne!(res.get_id(), 0);
|
||||||
assert_eq!(res.get_text1().unwrap(), "test ? test !");
|
assert_eq!(res.get_text1().unwrap(), "test ? test !");
|
||||||
|
|
||||||
|
|
||||||
// Test it again with lowercased "openpgp4fpr:" uri scheme
|
// Test it again with lowercased "openpgp4fpr:" uri scheme
|
||||||
let res = check_qr(
|
let res = check_qr(
|
||||||
&ctx.ctx,
|
&ctx.ctx,
|
||||||
@@ -628,7 +627,7 @@ mod tests {
|
|||||||
);
|
);
|
||||||
assert_eq!(res.get_state(), LotState::QrError);
|
assert_eq!(res.get_state(), LotState::QrError);
|
||||||
assert!(res.get_text1().is_some());
|
assert!(res.get_text1().is_some());
|
||||||
|
|
||||||
// Test it again with lowercased "dcaccount:" uri scheme
|
// Test it again with lowercased "dcaccount:" uri scheme
|
||||||
let res = check_qr(
|
let res = check_qr(
|
||||||
&ctx.ctx,
|
&ctx.ctx,
|
||||||
|
|||||||
Reference in New Issue
Block a user