Skip to content

Commit 66271db

Browse files
committed
test: rename test_udpate_call_text into test_update_call_text
1 parent 09d33e6 commit 66271db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calls/calls_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ async fn test_mark_calls() -> Result<()> {
404404
}
405405

406406
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
407-
async fn test_udpate_call_text() -> Result<()> {
407+
async fn test_update_call_text() -> Result<()> {
408408
let CallSetup {
409409
alice, alice_call, ..
410410
} = setup_call().await?;

0 commit comments

Comments
 (0)