mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
test: rename test_udpate_call_text into test_update_call_text
This commit is contained in:
@@ -404,7 +404,7 @@ async fn test_mark_calls() -> Result<()> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||||
async fn test_udpate_call_text() -> Result<()> {
|
async fn test_update_call_text() -> Result<()> {
|
||||||
let CallSetup {
|
let CallSetup {
|
||||||
alice, alice_call, ..
|
alice, alice_call, ..
|
||||||
} = setup_call().await?;
|
} = setup_call().await?;
|
||||||
|
|||||||
Reference in New Issue
Block a user