From 7a6bfae93be8a036b5597c89a22f35bf31ba22db Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 26 Jun 2022 13:51:23 +0000 Subject: [PATCH] Fix typo --- python/tests/test_0_complex_or_slow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/test_0_complex_or_slow.py b/python/tests/test_0_complex_or_slow.py index 1141fe4c7..e3decc7d6 100644 --- a/python/tests/test_0_complex_or_slow.py +++ b/python/tests/test_0_complex_or_slow.py @@ -239,7 +239,7 @@ def test_fetch_existing(acfactory, lp, mvbox_move): ac1_clone.start_io() assert_folders_configured(ac1_clone) - lp.sec("check that ac2 contact was fetchted during configure") + lp.sec("check that ac2 contact was fetched during configure") ac1_clone._evtracker.get_matching("DC_EVENT_CONTACTS_CHANGED") ac2_addr = ac2.get_config("addr") assert any(c.addr == ac2_addr for c in ac1_clone.get_contacts())