test: rename test_udpate_call_text into test_update_call_text

This commit is contained in:
link2xt
2025-09-15 20:54:44 +00:00
committed by l
parent 09d33e62bd
commit 66271db8c0

View File

@@ -404,7 +404,7 @@ async fn test_mark_calls() -> Result<()> {
}
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn test_udpate_call_text() -> Result<()> {
async fn test_update_call_text() -> Result<()> {
let CallSetup {
alice, alice_call, ..
} = setup_call().await?;