From 66271db8c01604c7b08e9fdda1d12dd6d32a58f7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 15 Sep 2025 20:54:44 +0000 Subject: [PATCH] test: rename test_udpate_call_text into test_update_call_text --- src/calls/calls_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls/calls_tests.rs b/src/calls/calls_tests.rs index 90939fc4c..bacc2fd13 100644 --- a/src/calls/calls_tests.rs +++ b/src/calls/calls_tests.rs @@ -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?;