fix(channels): interrupt in-flight telegram requests on newer sender messages
This commit is contained in:
parent
d9a94fc763
commit
ef82c7dbcd
17 changed files with 669 additions and 115 deletions
|
|
@ -232,7 +232,10 @@ fn workspace_dir_creation_in_tempdir() {
|
|||
|
||||
fs::create_dir_all(&workspace_dir).expect("workspace dir creation should succeed");
|
||||
assert!(workspace_dir.exists(), "workspace dir should exist");
|
||||
assert!(workspace_dir.is_dir(), "workspace path should be a directory");
|
||||
assert!(
|
||||
workspace_dir.is_dir(),
|
||||
"workspace path should be a directory"
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue