From 2012833cb304f2cd89f40876117775e1932db0aa Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 12 Mar 2022 20:07:00 +0000 Subject: [PATCH] Fix lint --- python/tests/test_account.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_account.py b/python/tests/test_account.py index 6451c7868..3f7ae0515 100644 --- a/python/tests/test_account.py +++ b/python/tests/test_account.py @@ -1123,7 +1123,6 @@ class TestOnlineAccount: # Test that the timer is started on the second device after synchronizing the seen status. assert "Expires: " in ac1_clone_message.get_message_info() - def test_message_override_sender_name(self, acfactory, lp): ac1, ac2 = acfactory.get_two_online_accounts() chat = acfactory.get_accepted_chat(ac1, ac2)